From 852bac55560d5decb50c8ba908ba682879d40d67 Mon Sep 17 00:00:00 2001 From: aram price Date: Tue, 3 Feb 2026 16:06:56 -0800 Subject: [PATCH] CI: remove unnecesary tags - use YAML anchor for tag --- ci/pipeline.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 0e88430f..535f9220 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -1,4 +1,7 @@ --- +vars: + - &worker_tag_windows windows-nimbus + groups: - name: test-and-release jobs: @@ -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 @@ -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: @@ -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: