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
7 changes: 7 additions & 0 deletions ci/shared/brats/test-acceptance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ bosh -n update-cloud-config \
-o "${REPO_ROOT}/ci/dockerfiles/docker-cpi/gcp-internal-dns-ops.yml" \
-v network=director_network

if [ -n "${BRATS_DNS_MANIFEST_OPS_FILES:-}" ]; then
DNS_MANIFEST="${REPO_ROOT}/src/brats/assets/dns-with-templates-manifest.yml"
# shellcheck disable=SC2086
bosh int "${DNS_MANIFEST}" ${BRATS_DNS_MANIFEST_OPS_FILES} > /tmp/brats-dns-manifest-modified.yml
cp /tmp/brats-dns-manifest-modified.yml "${DNS_MANIFEST}"
fi

pushd "${REPO_ROOT}/src/brats/acceptance"
go run github.com/onsi/ginkgo/v2/ginkgo \
-r -v --race --timeout=24h \
Expand Down
Loading