Backport of Ci upgrade test 1 17 into release/1.17.x (#19537)

* backport of commit b229e292fe

* keep upgrade test from 1.15

* keep envoy version

---------

Co-authored-by: cskh <hui.kang@hashicorp.com>
pull/19539/head
hc-github-team-consul-core 2023-11-06 16:00:05 -06:00 committed by GitHub
parent a5957016be
commit 1fbd59875b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ jobs:
strategy:
fail-fast: false
matrix:
consul-version: [ "1.15", "1.16"]
consul-version: [ "1.15", "1.16", "1.17"]
env:
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
ENVOY_VERSION: "1.24.6"

View File

@ -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"]`,
})