From cfd4ee18c99aa0960d618789f3cd9d188f078ca5 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Tue, 7 Nov 2023 18:23:09 +0000 Subject: [PATCH] backport of commit efbbcef2c3eb6f263463f6bde9f325738ee8fe88 --- .github/workflows/test-integrations.yml | 2 +- test-integ/peering_commontopo/README.md | 2 +- test-integ/topoutil/images.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index cbda50b0e5da..86b8741af715 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -511,7 +511,7 @@ jobs: go-version-file: 'go.mod' - run: go env - name: Build image - run: make test-compat-integ-setup + run: make test-deployer-setup - name: Integration Tests run: | mkdir -p "${{ env.TEST_RESULTS_DIR }}" diff --git a/test-integ/peering_commontopo/README.md b/test-integ/peering_commontopo/README.md index 96466bb29b86..16044512709c 100644 --- a/test-integ/peering_commontopo/README.md +++ b/test-integ/peering_commontopo/README.md @@ -5,7 +5,7 @@ These peering tests all use a `commonTopo` (read: "common topology") to enable s To run these tests, you will need to have docker installed. Next, make sure that you have all the required consul containers built: ``` -make test-compat-integ-setup +make test-deployer-setup ``` ## Non-Shared CommonTopo Tests diff --git a/test-integ/topoutil/images.go b/test-integ/topoutil/images.go index 855ba8c2a9a3..49c5fdda4c94 100644 --- a/test-integ/topoutil/images.go +++ b/test-integ/topoutil/images.go @@ -24,7 +24,7 @@ func TargetImages() topology.Images { } // We want the image overridden by the local build produced by - // 'make test-compat-integ-setup' or 'make dev-docker'. + // 'make test-deployer-setup' or 'make dev-docker'. testImages := utils.TargetImages() images = images.OverrideWith(testImages)