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

groups:
- name: test-and-release
jobs:
Expand Down Expand Up @@ -30,7 +33,6 @@ jobs:
- get: bosh-utils-image
- task: bump-deps
file: golang-release/ci/tasks/shared/bump-deps.yml
tags: [windows-nimbus]
image: golang-release-image
input_mapping:
input_repo: bosh-utils
Expand All @@ -49,7 +51,7 @@ jobs:
input_mapping:
bosh-utils: bumped-bosh-utils
file: bosh-utils/ci/tasks/test-unit-windows.yml
tags: [windows-nimbus]
tags: [*worker_tag_windows]
- put: bosh-utils
inputs: detect
params:
Expand All @@ -73,7 +75,7 @@ jobs:
file: bosh-utils/ci/tasks/test-unit.yml
- task: test-unit-windows
file: bosh-utils/ci/tasks/test-unit-windows.yml
tags: [windows-nimbus]
tags: [*worker_tag_windows]
- put: bosh-utils-commit-status
inputs: detect
params:
Expand Down