From 38d94282ca0a1ed66d21ebb5c966a97e450d0ae3 Mon Sep 17 00:00:00 2001 From: cskh Date: Mon, 6 Nov 2023 16:35:59 -0500 Subject: [PATCH] Ci upgrade test 1 17 (#19536) CI: upgrade test from 1.17 --- .github/workflows/nightly-test-integrations.yml | 4 ++-- .../consul-container/test/upgrade/catalog/catalog_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-test-integrations.yml b/.github/workflows/nightly-test-integrations.yml index 7fa1ec1f48..bab962f23e 100644 --- a/.github/workflows/nightly-test-integrations.yml +++ b/.github/workflows/nightly-test-integrations.yml @@ -193,10 +193,10 @@ jobs: strategy: fail-fast: false matrix: - consul-version: [ "1.15", "1.16"] + consul-version: [ "1.16", "1.17"] env: CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} - ENVOY_VERSION: "1.24.6" + ENVOY_VERSION: "1.25.4" steps: - name: Checkout code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 diff --git a/test/integration/consul-container/test/upgrade/catalog/catalog_test.go b/test/integration/consul-container/test/upgrade/catalog/catalog_test.go index 61c479c989..ae8ed0401a 100644 --- a/test/integration/consul-container/test/upgrade/catalog/catalog_test.go +++ b/test/integration/consul-container/test/upgrade/catalog/catalog_test.go @@ -60,7 +60,7 @@ func TestCatalogUpgrade(t *testing.T) { cluster, _, _ := topology.NewCluster(t, &topology.ClusterConfig{ NumServers: 1, BuildOpts: buildOpts, - ApplyDefaultProxySettings: true, + ApplyDefaultProxySettings: false, Cmd: `-hcl=experiments=["resource-apis"]`, })