From 3a5b5d19019e14e0bdfcabb0482da2288ecd9c86 Mon Sep 17 00:00:00 2001 From: Chris Selzo Date: Fri, 15 May 2026 09:25:38 -0700 Subject: [PATCH] CI: Pass DNS ops file in a separate resource ai-assisted=yes [TNZ-88995] --- ci/pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 4303ea03e..674224e1c 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -336,6 +336,8 @@ jobs: - get: bosh-dns-release passed: [ pre-integration-fan-in ] trigger: true + - get: dns-ops-file-source + resource: bosh-dns-release - get: bosh - get: stemcell resource: warden-jammy-stemcell @@ -365,7 +367,7 @@ jobs: DIRECTOR_STEMCELL_OS: ubuntu-jammy STEMCELL_OS: ubuntu-jammy ADDITIONAL_DIRECTOR_OPS_FILES: "-o bosh-ci/ci/dockerfiles/docker-cpi/gcp-internal-dns-ops.yml" - BRATS_DNS_MANIFEST_OPS_FILES: "-o bosh-dns-release/ci/ops/brats-jammy-dns-overrides.yml" + BRATS_DNS_MANIFEST_OPS_FILES: "-o dns-ops-file-source/ci/ops/brats-jammy-dns-overrides.yml" - name: brats-ubuntu-noble serial: true