mirror of https://github.com/hashicorp/consul
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
parent
a5957016be
commit
1fbd59875b
|
@ -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"
|
||||
|
|
|
@ -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"]`,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue