diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-13 21:00:49 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-13 21:00:49 -0700 |
commit | f4fdaa8800aec470d0cb9f6a75f80bbdf4071cf3 (patch) | |
tree | 3ec2fa49de2d711a6c481cd60f965ea4672edf75 /.expeditor | |
parent | 940149778cf930aac824a77eea6fe3cb4ddd3ba0 (diff) | |
download | chef-f4fdaa8800aec470d0cb9f6a75f80bbdf4071cf3.tar.gz |
Enable angrychef again, but disable hab builds
Hab builds failing prevents rubygems from promoting right now.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 9e851a97ee..cd0d82792c 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -7,7 +7,7 @@ project: # The name of the product keys for this product (from mixlib-install) product_key: - chef -# - angrychef # this entirely broke promotions. + - angrychef # Slack channel in Chef Software slack to send notifications about build failures, etc slack: @@ -86,13 +86,13 @@ subscriptions: - workload: artifact_published:current:chef:{{version_constraint}} actions: - built_in:tag_docker_image - - built_in:promote_habitat_packages + # - built_in:promote_habitat_packages Disable until we fix our hab package - workload: artifact_published:stable:chef:{{version_constraint}} actions: - built_in:rollover_changelog - bash:.expeditor/update_dockerfile.sh - built_in:tag_docker_image - - built_in:promote_habitat_packages + # - built_in:promote_habitat_packages Disable until we fix our hab package - built_in:publish_rubygems - built_in:notify_chefio_slack_channels - workload: ruby_gem_published:mixlib-archive-* |