summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Pansare <neha.pansare@progress.com>2022-12-22 17:15:13 +0530
committerNeha Pansare <neha.pansare@progress.com>2022-12-22 17:15:13 +0530
commit8e09b404bef0580f4ab5f6c7440ffd78fb9da058 (patch)
treee2494548d85e12ec54a0f3502a5894eba1a1b11c
parenta386f903c4cd8b46ba0be6a1ed22283f902c37e9 (diff)
downloadchef-8e09b404bef0580f4ab5f6c7440ffd78fb9da058.tar.gz
Add back nightly adhoc builds for chef16. Had removed to try out debugging for version bumps not getting triggered
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..d89ce72157 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: "0 2 * * *"
+
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