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
18 changes: 17 additions & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,49 @@ jobs:
- name: bump-deps
public: true
plan:
- 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
tags: [ windows-nimbus ]
params:
GIT_USER_NAME: CI Bot
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
input_mapping:
input_repo: bosh-dns-release
output_mapping:
output_repo: bumped-bosh-dns-release
- task: bump-deps-test-acceptance-release
file: golang-release/ci/tasks/shared/bump-deps.yml
image: golang-release-image
tags: [ windows-nimbus ]
params:
GIT_USER_NAME: CI Bot
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
input_mapping:
input_repo: bumped-bosh-dns-release
output_mapping:
output_repo: bumped-bosh-dns-release
- task: bump-deps-debug
file: golang-release/ci/tasks/shared/bump-deps.yml
image: golang-release-image
tags: [ windows-nimbus ]
params:
GIT_USER_NAME: CI Bot
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
input_mapping:
input_repo: bumped-bosh-dns-release
output_mapping:
Expand Down Expand Up @@ -128,7 +138,7 @@ jobs:
- task: test-unit-windows
timeout: 1h
file: bosh-dns-release/ci/tasks/windows/test-unit-windows.yml
tags: [ "windows-nimbus" ]
tags: [ windows-nimbus ]
params:
BOSH_DNS_RECURSOR_ADDRESS: 192.19.189.10

Expand Down Expand Up @@ -555,6 +565,12 @@ resources:
source:
uri: https://github.com/cloudfoundry/bosh-package-golang-release.git
branch: main
- name: golang-release-image
type: registry-image
source:
password: ((docker.password))
repository: bosh/golang-release
username: ((docker.username))

- name: version
type: semver
Expand Down
Loading