summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Pansare <neha.pansare@progress.com>2022-12-07 18:03:19 +0530
committerNeha Pansare <neha.pansare@progress.com>2022-12-07 18:03:19 +0530
commit412a905752616449c7c915cd5324c3ad2962cfca (patch)
treefc07ac7dc88f87bc8b9e4202471e992899893a57
parent07ed842160734ba4c24160961c11ab3a3b106517 (diff)
downloadchef-412a905752616449c7c915cd5324c3ad2962cfca.tar.gz
Run a nightly build for chef-16 every Tueday, Thursday
Signed-off-by: Neha Pansare <neha.pansare@progress.com>
-rw-r--r--.expeditor/config.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index cff82c6e1a..64df31b590 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -17,6 +17,13 @@ rubygems:
- chef-bin
- chef-utils
+# At the given time, trigger the following scheduled workloads
+# https://expeditor.chef.io/docs/getting-started/subscriptions/#scheduling-workloads
+schedules:
+ - name: nightly_build_chef_16
+ description: "Run a nightly build in the Buildkite pipeline"
+ cronline: "30 2 * * 2,4"
+
pipelines:
- verify:
public: true
@@ -229,4 +236,7 @@ subscriptions:
- bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:fauxhai-ng-*
actions:
- - bash:.expeditor/update_dep.sh \ No newline at end of file
+ - bash:.expeditor/update_dep.sh
+ - workload: schedule_triggered:chef/chef:chef-16:nightly_build_chef_16:*
+ actions:
+ - trigger_pipeline:omnibus/adhoc \ No newline at end of file