summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrajakta Purohit <prajakta@chef.io>2022-06-22 17:11:13 -0700
committerPrajakta Purohit <prajakta@chef.io>2022-06-22 17:11:13 -0700
commit61ef22ab61a4492be8a68500cc37f8f6724b9f0f (patch)
treee78a7a2f0efa9759d4e4d8d9370528279a006870
parentc061eea9995d8ea676dc5fd24fda16e068ed50a3 (diff)
downloadchef-61ef22ab61a4492be8a68500cc37f8f6724b9f0f.tar.gz
Add nightlies for chef-17 to run every Tue, Thu and chef-16 to run every Tue
Signed-off-by: Prajakta Purohit <prajakta@chef.io>
-rw-r--r--.expeditor/config.yml16
1 files changed, 14 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 2409d405c3..8cf456d96c 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -20,9 +20,15 @@ rubygems:
# At the given time, trigger the following scheduled workloads
# https://expeditor.chef.io/docs/getting-started/subscriptions/#scheduling-workloads
schedules:
- - name: nightly_build
+ - name: nightly_build_main
description: "Run a nightly build in the Buildkite pipeline"
cronline: "0 6 * * *"
+ - name: nightly_build_chef_17
+ description: "Run a nightly build in the Buildkite pipeline"
+ cronline: "30 9 * * 2,4"
+ - name: nightly_build_chef_16
+ description: "Run a nightly build in the Buildkite pipeline"
+ cronline: "30 2 * * 2"
pipelines:
- verify:
@@ -265,6 +271,12 @@ subscriptions:
- workload: ruby_gem_published:train-winrm-*
actions:
- bash:.expeditor/update_dep.sh
- - workload: schedule_triggered:chef/chef-server:main:nightly_build:*
+ - workload: schedule_triggered:chef/chef:main:nightly_build:*
+ actions:
+ - trigger_pipeline:omnibus/adhoc
+ - workload: schedule_triggered:chef/chef:chef-17:nightly_build_chef_17:*
+ actions:
+ - trigger_pipeline:omnibus/adhoc
+ - workload: schedule_triggered:chef/chef:chef-16:nightly_build_chef_16:*
actions:
- trigger_pipeline:omnibus/adhoc