Disable theia-image-build in ci

This commit is contained in:
Kris De Volder
2022-01-11 15:28:21 -08:00
parent ec388d7b1b
commit 62041c8600

View File

@@ -259,12 +259,12 @@ resources:
username: ((docker_hub_username)) username: ((docker_hub_username))
password: ((docker_hub_password)) password: ((docker_hub_password))
repository: springci/sts4-build-env repository: springci/sts4-build-env
- name: theia-docker-image # - name: theia-docker-image
type: docker-image # type: docker-image
source: # source:
username: ((docker_hub_username)) # username: ((docker_hub_username))
password: ((docker_hub_password)) # password: ((docker_hub_password))
repository: springci/sts4-theia-snapshot # repository: springci/sts4-theia-snapshot
- name: maven-cache - name: maven-cache
type: s3 type: s3
source: source:
@@ -401,40 +401,40 @@ jobs:
params: params:
rebase: true rebase: true
repository: sts4-wiki-out repository: sts4-wiki-out
- name: build-theia-docker-snapshot-image # - name: build-theia-docker-snapshot-image
serial: true # serial: true
on_failure: # on_failure:
put: slack-notification # put: slack-notification
params: # params:
text: | # text: |
Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! # 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} # https://ci.spring.io/teams/tools/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}
plan: # plan:
- in_parallel: # - in_parallel:
- get: s3-concourse-vsix-snapshot # - get: s3-concourse-vsix-snapshot
trigger: true # trigger: true
passed: # passed:
- build-consourse-vsix-snapshot # - build-consourse-vsix-snapshot
- get: s3-spring-boot-vsix-snapshot # - get: s3-spring-boot-vsix-snapshot
trigger: true # trigger: true
passed: # passed:
- build-spring-boot-vsix-snapshot # - build-spring-boot-vsix-snapshot
- get: s3-bosh-vsix-snapshot # - get: s3-bosh-vsix-snapshot
trigger: true # trigger: true
passed: # passed:
- build-bosh-vsix-snapshot # - build-bosh-vsix-snapshot
- get: s3-manifest-yaml-vsix-snapshot # - get: s3-manifest-yaml-vsix-snapshot
trigger: true # trigger: true
passed: # passed:
- build-manifest-yaml-vsix-snapshot # - build-manifest-yaml-vsix-snapshot
- get: sts4 # - get: sts4
- task: prepare-theia-docker-image # - task: prepare-theia-docker-image
file: sts4/concourse/tasks/prepare-theia-docker-image.yml # file: sts4/concourse/tasks/prepare-theia-docker-image.yml
- put: theia-docker-image # - put: theia-docker-image
params: # params:
build: output # build: output
get_params: # get_params:
skip_download: true # skip_download: true
- name: build-docker-image - name: build-docker-image
serial: true serial: true
plan: plan:
@@ -1025,13 +1025,13 @@ groups:
- bump-version-patch - bump-version-patch
- bump-version-minor - bump-version-minor
- bump-version-major - bump-version-major
- name: theia-snapshots # - name: theia-snapshots
jobs: # jobs:
- build-theia-docker-snapshot-image # - build-theia-docker-snapshot-image
- build-consourse-vsix-snapshot # - build-consourse-vsix-snapshot
- build-manifest-yaml-vsix-snapshot # - build-manifest-yaml-vsix-snapshot
- build-spring-boot-vsix-snapshot # - build-spring-boot-vsix-snapshot
- build-bosh-vsix-snapshot # - build-bosh-vsix-snapshot
- name: setup - name: setup
jobs: jobs:
- build-mvn-cache - build-mvn-cache