summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Pansare <neha.pansare@progress.com>2022-12-16 14:24:04 +0530
committerNeha Pansare <neha.pansare@progress.com>2022-12-16 14:24:09 +0530
commitbe353ae7e1162b7b7f8d948ad1ca995a85910e62 (patch)
treeaa75cd4a2b262757c65d133f74f1955e5a4fad12
parent2c70e9a924efe1e165061f4b8791bb1cc48e8006 (diff)
downloadchef-be353ae7e1162b7b7f8d948ad1ca995a85910e62.tar.gz
Remove additional space in nightly scheduler, update chef16 nightlies to run every day instead of only Tue and Thur
Signed-off-by: Neha Pansare <neha.pansare@progress.com>
-rw-r--r--.expeditor/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 64df31b590..62570f917e 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -22,7 +22,7 @@ rubygems:
schedules:
- name: nightly_build_chef_16
description: "Run a nightly build in the Buildkite pipeline"
- cronline: "30 2 * * 2,4"
+ cronline: "30 2 * * *"
pipelines:
- verify:
@@ -237,6 +237,6 @@ subscriptions:
- workload: ruby_gem_published:fauxhai-ng-*
actions:
- bash:.expeditor/update_dep.sh
- - workload: schedule_triggered:chef/chef:chef-16:nightly_build_chef_16:*
+ - workload: schedule_triggered:chef/chef:chef-16:nightly_build_chef_16:*
actions:
- trigger_pipeline:omnibus/adhoc \ No newline at end of file