summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrajakta Purohit <prajakta@chef.io>2022-07-28 11:29:12 -0700
committerPrajakta Purohit <prajakta@chef.io>2022-07-28 11:29:12 -0700
commit87476011eef908b3620641dc03ae422fb1429c97 (patch)
tree7fe98773afc6ae35e2e4941d6c1098dc28c68502
parent84e958199abfd7e55ba93eebf1c1c7c5e954a064 (diff)
downloadchef-praj/twice_a_week_adhoc_chef_17.tar.gz
Adding an adhoc build for the Chef-17 pipeline to be run every Sunday and Wednesday UTCpraj/twice_a_week_adhoc_chef_17
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 e46a3a1f2c..485940678a 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -17,6 +17,11 @@ rubygems:
- chef-bin
- chef-utils
+schedules:
+ - name: adhoc_build_chef_17
+ description: "Run an adhoc build for chef-17, twice a week in the Buildkite pipeline"
+ cronline: "30 9 * * 0,3"
+
pipelines:
- verify:
public: true
@@ -239,4 +244,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-17:adhoc_build_chef_17:*
+ actions:
+ - trigger_pipeline:omnibus/adhoc