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
8 changes: 4 additions & 4 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
vars:
- &worker_tag_windows windows-nimbus

jobs:
- name: bump-deps
public: true
Expand All @@ -12,7 +15,6 @@ jobs:
- 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]
Expand All @@ -28,7 +30,6 @@ jobs:
- 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]
Expand All @@ -44,7 +45,6 @@ jobs:
- 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]
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- task: test-unit-windows
timeout: 1h
file: bosh-dns-release/ci/tasks/windows/test-unit-windows.yml
tags: [ windows-nimbus ]
tags: [*worker_tag_windows]
params:
BOSH_DNS_RECURSOR_ADDRESS: 192.19.189.10

Expand Down
Loading