summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneha-p6 <neha.pansare@progress.com>2022-12-22 17:19:09 +0530
committerGitHub <noreply@github.com>2022-12-22 17:19:09 +0530
commit6c00342e92c7b7eb4953e94ff126e7c1ff35bb27 (patch)
treee2494548d85e12ec54a0f3502a5894eba1a1b11c
parenta386f903c4cd8b46ba0be6a1ed22283f902c37e9 (diff)
parent8e09b404bef0580f4ab5f6c7440ffd78fb9da058 (diff)
downloadchef-6c00342e92c7b7eb4953e94ff126e7c1ff35bb27.tar.gz
Merge pull request #13456 from chef/neha-p6/INFC-387_add_back_nightlies
[Chef-16]Add back nightly adhoc builds for chef16
-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