From 62041c8600c095ce3b02d512408bd2460b030685 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Tue, 11 Jan 2022 15:28:21 -0800 Subject: [PATCH] Disable theia-image-build in ci --- concourse/pipeline.yml | 94 +++++++++++++++++++++--------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index af6045c08..da5fc4490 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -259,12 +259,12 @@ resources: username: ((docker_hub_username)) password: ((docker_hub_password)) repository: springci/sts4-build-env -- name: theia-docker-image - type: docker-image - source: - username: ((docker_hub_username)) - password: ((docker_hub_password)) - repository: springci/sts4-theia-snapshot +# - name: theia-docker-image +# type: docker-image +# source: +# username: ((docker_hub_username)) +# password: ((docker_hub_password)) +# repository: springci/sts4-theia-snapshot - name: maven-cache type: s3 source: @@ -401,40 +401,40 @@ jobs: params: rebase: true repository: sts4-wiki-out -- name: build-theia-docker-snapshot-image - serial: true - on_failure: - put: slack-notification - params: - text: | - Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! - https://ci.spring.io/teams/tools/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME} - plan: - - in_parallel: - - get: s3-concourse-vsix-snapshot - trigger: true - passed: - - build-consourse-vsix-snapshot - - get: s3-spring-boot-vsix-snapshot - trigger: true - passed: - - build-spring-boot-vsix-snapshot - - get: s3-bosh-vsix-snapshot - trigger: true - passed: - - build-bosh-vsix-snapshot - - get: s3-manifest-yaml-vsix-snapshot - trigger: true - passed: - - build-manifest-yaml-vsix-snapshot - - get: sts4 - - task: prepare-theia-docker-image - file: sts4/concourse/tasks/prepare-theia-docker-image.yml - - put: theia-docker-image - params: - build: output - get_params: - skip_download: true +# - name: build-theia-docker-snapshot-image +# serial: true +# on_failure: +# put: slack-notification +# params: +# text: | +# Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! +# https://ci.spring.io/teams/tools/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME} +# plan: +# - in_parallel: +# - get: s3-concourse-vsix-snapshot +# trigger: true +# passed: +# - build-consourse-vsix-snapshot +# - get: s3-spring-boot-vsix-snapshot +# trigger: true +# passed: +# - build-spring-boot-vsix-snapshot +# - get: s3-bosh-vsix-snapshot +# trigger: true +# passed: +# - build-bosh-vsix-snapshot +# - get: s3-manifest-yaml-vsix-snapshot +# trigger: true +# passed: +# - build-manifest-yaml-vsix-snapshot +# - get: sts4 +# - task: prepare-theia-docker-image +# file: sts4/concourse/tasks/prepare-theia-docker-image.yml +# - put: theia-docker-image +# params: +# build: output +# get_params: +# skip_download: true - name: build-docker-image serial: true plan: @@ -1025,13 +1025,13 @@ groups: - bump-version-patch - bump-version-minor - bump-version-major -- name: theia-snapshots - jobs: - - build-theia-docker-snapshot-image - - build-consourse-vsix-snapshot - - build-manifest-yaml-vsix-snapshot - - build-spring-boot-vsix-snapshot - - build-bosh-vsix-snapshot +# - name: theia-snapshots +# jobs: +# - build-theia-docker-snapshot-image +# - build-consourse-vsix-snapshot +# - build-manifest-yaml-vsix-snapshot +# - build-spring-boot-vsix-snapshot +# - build-bosh-vsix-snapshot - name: setup jobs: - build-mvn-cache