Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,7 +18,8 @@ jobs:
GIT_USER_EMAIL: [email protected]
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:
Expand All @@ -31,7 +33,8 @@ jobs:
GIT_USER_EMAIL: [email protected]
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:
Expand All @@ -45,7 +48,8 @@ jobs:
GIT_USER_EMAIL: [email protected]
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:
Expand Down
Loading