summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel Kierpiec <nkierpiec@chef.io>2021-07-28 10:21:45 -0400
committerNathaniel Kierpiec <nkierpiec@chef.io>2021-07-28 10:21:45 -0400
commit0f70b867a88d58f0028d185aae0e4ef95973e683 (patch)
treeccaeb5800737cf3eaf4a75afe5becb112263b152
parent38f56ecbf358e0f89fa8fca48a392fe3d4287329 (diff)
downloadchef-0f70b867a88d58f0028d185aae0e4ef95973e683.tar.gz
add edits for config changes to use new pipeline and promotion
Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
-rw-r--r--.expeditor/config.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 869d7e0c23..d323cf4025 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -21,6 +21,8 @@ pipelines:
- verify:
public: true
- docker/build
+ definition: .expeditor/docker-build.pipeline.yml
+ trigger: default
- habitat/build
- habitat/test:
definition: .expeditor/habitat-test.pipeline.yml
@@ -66,12 +68,12 @@ subscriptions:
- trigger_pipeline:docker/build
- workload: artifact_published:current:chef:{{version_constraint}}
actions:
- - built_in:promote_docker_images
+ - bash:.expeditor/promote-docker-images.sh
- workload: artifact_published:stable:chef:{{version_constraint}}
actions:
- built_in:rollover_changelog
- bash:.expeditor/update_dockerfile.sh
- - built_in:promote_docker_images
+ - bash:.expeditor/promote-docker-images.sh
- built_in:publish_rubygems
- built_in:promote_habitat_packages
- built_in:notify_chefio_slack_channels