summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrajaktaPurohit <PrajaktaPurohit@users.noreply.github.com>2022-06-06 06:37:16 -0700
committerGitHub <noreply@github.com>2022-06-06 06:37:16 -0700
commitbf2d6f7a1b4264592b99c1072928daca32061563 (patch)
tree6a189bd88df4ef91efa39dcea4c5ed5c07b73fe9
parent3201e5f2025779c2acd04c4c5e3193b9005e8276 (diff)
parentd12cdeebdfec1dccda987bd217a18c189b3a864c (diff)
downloadchef-bf2d6f7a1b4264592b99c1072928daca32061563.tar.gz
Merge pull request #12971 from chef/praj/add_adhoc
Add nightly builds for chef/chef:main
-rw-r--r--.expeditor/config.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index a3d9c202d1..8153880ed8 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
+ description: "Run a nightly build in the Buildkite pipeline"
+ cronline: "0 6 * * *"
+
pipelines:
- verify:
public: true
@@ -258,3 +265,6 @@ subscriptions:
- workload: ruby_gem_published:train-winrm-*
actions:
- bash:.expeditor/update_dep.sh
+ - workload: schedule_triggered:chef/chef:main:nightly_build:*
+ actions:
+ - built_in:trigger_omnibus_expcache_build