diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 9adf6d763..b2a4bd64f 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -3,11 +3,12 @@ jobs: - name: bump-deps public: true plan: - - get: golang-release-image - - get: weekly - trigger: true - - get: golang-release - - get: bosh-dns-release + - in_parallel: + - get: golang-release-image + - get: weekly + trigger: true + - get: golang-release + - get: bosh-dns-release - task: bump-deps file: golang-release/ci/tasks/shared/bump-deps.yml image: golang-release-image @@ -17,7 +18,8 @@ jobs: GIT_USER_EMAIL: cf-bosh-eng@pivotal.io GO_PACKAGE: golang-1-linux SOURCE_PATH: src/bosh-dns - GOPROXY: https://((broadcom_artifactory_mirrors.username)):((broadcom_artifactory_mirrors.password))@((broadcom_artifactory_mirrors.golang)),off + GOPROXY: https://((broadcom_artifactory_mirrors.username)):((broadcom_artifactory_mirrors.password))@((broadcom_artifactory_mirrors.goproxy)),off + GOSUMDB: https://(broadcom_artifactory_mirrors.gosumdb)) input_mapping: input_repo: bosh-dns-release output_mapping: @@ -31,7 +33,8 @@ jobs: GIT_USER_EMAIL: cf-bosh-eng@pivotal.io GO_PACKAGE: golang-1-linux SOURCE_PATH: src/bosh-dns/acceptance_tests/dns-acceptance-release/src/test-recursor - GOPROXY: https://((broadcom_artifactory_mirrors.username)):((broadcom_artifactory_mirrors.password))@((broadcom_artifactory_mirrors.golang)),off + GOPROXY: https://((broadcom_artifactory_mirrors.username)):((broadcom_artifactory_mirrors.password))@((broadcom_artifactory_mirrors.goproxy)),off + GOSUMDB: https://(broadcom_artifactory_mirrors.gosumdb)) input_mapping: input_repo: bumped-bosh-dns-release output_mapping: @@ -45,7 +48,8 @@ jobs: GIT_USER_EMAIL: cf-bosh-eng@pivotal.io GO_PACKAGE: golang-1-linux SOURCE_PATH: src/debug - GOPROXY: https://((broadcom_artifactory_mirrors.username)):((broadcom_artifactory_mirrors.password))@((broadcom_artifactory_mirrors.golang)),off + GOPROXY: https://((broadcom_artifactory_mirrors.username)):((broadcom_artifactory_mirrors.password))@((broadcom_artifactory_mirrors.goproxy)),off + GOSUMDB: https://(broadcom_artifactory_mirrors.gosumdb)) input_mapping: input_repo: bumped-bosh-dns-release output_mapping: