diff options
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r-- | .expeditor/config.yml | 10 |
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 |