Skip to content

Commit ce90cc1

Browse files
committed
CI: remove unneeded worker tag
- move tag value to YAML anchor
1 parent a3746be commit ce90cc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
vars:
3+
- &worker_tag_windows windows-nimbus
4+
25
jobs:
36
- name: bump-deps
47
public: true
@@ -12,7 +15,6 @@ jobs:
1215
- task: bump-deps
1316
file: golang-release/ci/tasks/shared/bump-deps.yml
1417
image: golang-release-image
15-
tags: [ windows-nimbus ]
1618
params:
1719
GIT_USER_NAME: CI Bot
1820
GIT_USER_EMAIL: cf-bosh-eng@pivotal.io
@@ -28,7 +30,6 @@ jobs:
2830
- task: bump-deps-test-acceptance-release
2931
file: golang-release/ci/tasks/shared/bump-deps.yml
3032
image: golang-release-image
31-
tags: [ windows-nimbus ]
3233
params:
3334
GIT_USER_NAME: CI Bot
3435
GIT_USER_EMAIL: cf-bosh-eng@pivotal.io
@@ -44,7 +45,6 @@ jobs:
4445
- task: bump-deps-debug
4546
file: golang-release/ci/tasks/shared/bump-deps.yml
4647
image: golang-release-image
47-
tags: [ windows-nimbus ]
4848
params:
4949
GIT_USER_NAME: CI Bot
5050
GIT_USER_EMAIL: cf-bosh-eng@pivotal.io
@@ -145,7 +145,7 @@ jobs:
145145
- task: test-unit-windows
146146
timeout: 1h
147147
file: bosh-dns-release/ci/tasks/windows/test-unit-windows.yml
148-
tags: [ windows-nimbus ]
148+
tags: [*worker_tag_windows]
149149
params:
150150
BOSH_DNS_RECURSOR_ADDRESS: 192.19.189.10
151151

0 commit comments

Comments
 (0)