From 87476011eef908b3620641dc03ae422fb1429c97 Mon Sep 17 00:00:00 2001 From: Prajakta Purohit Date: Thu, 28 Jul 2022 11:29:12 -0700 Subject: Adding an adhoc build for the Chef-17 pipeline to be run every Sunday and Wednesday UTC Signed-off-by: Prajakta Purohit --- .expeditor/config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1