summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrajakta Purohit <prajakta@chef.io>2022-07-28 11:33:22 -0700
committerPrajakta Purohit <prajakta@chef.io>2022-07-28 11:33:22 -0700
commit7dd9c2e2f5d237e1d460bdf87916081bbb0e15b5 (patch)
tree92e3bced626b7d87398ca019c25ade64892b50b5
parent37f3241392ecebd6be7aeffc3e0d8152b9c22e5e (diff)
downloadchef-praj/once_a_week_adhoc_chef_16.tar.gz
Adding an adhoc build for Chef-16 to be run every Sunday UTCpraj/once_a_week_adhoc_chef_16
Signed-off-by: Prajakta Purohit <prajakta@chef.io>
-rw-r--r--.expeditor/config.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index cff82c6e1a..c246aac099 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -17,6 +17,11 @@ rubygems:
- chef-bin
- chef-utils
+schedules:
+ - name: adhoc_build_chef_16
+ description: "Run a nightly adhoc build for chef-16 once a week in the Buildkite pipeline"
+ cronline: "30 2 * * 0"
+
pipelines:
- verify:
public: true
@@ -229,4 +234,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:adhoc_build_chef_16:*
+ actions:
+ - trigger_pipeline:omnibus/adhoc