summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-01-17 13:43:46 -0800
committerTim Smith <tsmith84@gmail.com>2020-01-17 13:43:46 -0800
commitc3e3cd250c44e4cd70d8599d3215ed63bebb2d9e (patch)
tree2d0a5f0a1cf6b8fa9db7be9ad75574d8bbe3305c
parent821f19c805eafcc68801b5ea5417ffd401a396e7 (diff)
downloadchef-c3e3cd250c44e4cd70d8599d3215ed63bebb2d9e.tar.gz
Remove the update deps subscriptions
These don't work on stable releases Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/config.yml58
1 files changed, 1 insertions, 57 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 97b24126ba..db810bf08e 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -112,60 +112,4 @@ subscriptions:
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
actions:
# when all of the hab package publish to the unstable channel, test and promote them
- - trigger_pipeline:habitat/test
-
- # subscriptions to Ruby gem dependencies' releases, open PR for updates
- - workload: ruby_gem_published:mixlib-archive-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:mixlib-authentication-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:mixlib-cli-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:mixlib-log-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:mixlib-shellout-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:chef-vault-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:chef-zero-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:ohai-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:inspec-core-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:train-core-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:win32-process-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:win32-service-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:win32-taskscheduler-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:ffi-yajl-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:libyajl2-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:cheffish-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:license-acceptance-*
- actions:
- - bash:.expeditor/update_dep.sh
- - workload: ruby_gem_published:ffi-libarchive-*
- actions:
- - bash:.expeditor/update_dep.sh
+ - trigger_pipeline:habitat/test \ No newline at end of file