From 350eea5369e67078b440bf7b58f08e1a2ba08df7 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Tue, 25 Aug 2020 15:44:10 -0700 Subject: [PATCH] Tweaks to CI pipeline: - slack messages to 'spring-tools-team' instead of 'tools-team-internal' - create-rc-wiki page is 'serial' to avoid race conditions. --- concourse/pipeline.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 6ab7d8609..5e67c4eab 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -319,6 +319,7 @@ jobs: file: s3-concourse-vsix-snapshot/*.vsix acl: public-read - name: create-rc-wiki-page + serial: true plan: - in_parallel: - get: sts4-wiki @@ -575,7 +576,7 @@ jobs: on_success: put: slack-notification params: - channel: "#tools-team-internal" + channel: "#spring-tools-team" text_file: s3-concourse-vsix-snapshot/url icon_url: https://raw.githubusercontent.com/spring-projects/sts4/master/vscode-extensions/vscode-concourse/icon.png text: | @@ -610,7 +611,7 @@ jobs: on_success: put: slack-notification params: - channel: "#tools-team-internal" + channel: "#spring-tools-team" text_file: s3-manifest-yaml-vsix-snapshot/url icon_url: https://raw.githubusercontent.com/spring-projects/sts4/master/vscode-extensions/vscode-manifest-yaml/icon.png text: | @@ -645,7 +646,7 @@ jobs: on_success: put: slack-notification params: - channel: "#tools-team-internal" + channel: "#spring-tools-team" text_file: s3-bosh-vsix-snapshot/url icon_url: https://raw.githubusercontent.com/spring-projects/sts4/master/vscode-extensions/vscode-concourse/icon.png text: | @@ -681,7 +682,7 @@ jobs: on_success: put: slack-notification params: - channel: "#tools-team-internal" + channel: "#spring-tools-team" text_file: s3-spring-boot-vsix-snapshot/url icon_url: https://raw.githubusercontent.com/spring-projects/sts4/master/vscode-extensions/vscode-spring-boot/spring-boot-logo.png text: | @@ -719,7 +720,7 @@ jobs: on_success: put: slack-notification params: - channel: "#tools-team-internal" + channel: "#spring-tools-team" text: | STS 4 VScode Extensions released to ovsx. - name: publish-release @@ -767,7 +768,7 @@ jobs: on_success: put: slack-notification params: - channel: "#tools-team-internal" + channel: "#spring-tools-team" text_file: version/version text: | STS 4 VScode Extensions $TEXT_FILE_CONTENT released @@ -816,7 +817,7 @@ jobs: on_success: put: slack-notification params: - channel: "#tools-team-internal" + channel: "#spring-tools-team" text_file: version/version text: | STS 4 VScode Extensions $TEXT_FILE_CONTENT released