diff options
author | neha-p6 <neha.pansare@progress.com> | 2022-12-09 12:25:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 12:25:23 +0530 |
commit | e8010fcfe38712f6db6991a989da637e8b3d727d (patch) | |
tree | cd556263035af7185e7d426b3b4b8163f9dd37c4 /.expeditor | |
parent | e896bf9e61d25819e6fe8b1e800f686d29c4f02e (diff) | |
parent | 412a905752616449c7c915cd5324c3ad2962cfca (diff) | |
download | chef-e8010fcfe38712f6db6991a989da637e8b3d727d.tar.gz |
Merge pull request #13406 from chef/neha-p6/INFC-370_16_nightlies
[Chef-16] Add nightly adhoc builds for chef-16
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index cff82c6e1a..64df31b590 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: "30 2 * * 2,4" + 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 |