mirror of https://github.com/status-im/consul.git
fix actions to no longer use envoy 1.24.x to match supported versions. (#19918)
This commit is contained in:
parent
d7e0fca28b
commit
a5d5fd348b
|
@ -65,7 +65,7 @@ jobs:
|
|||
# this is further going to multiplied in envoy-integration tests by the
|
||||
# other dimensions in the matrix. Currently TOTAL_RUNNERS would be
|
||||
# multiplied by 8 based on these values:
|
||||
# envoy-version: ["1.24.12", "1.25.11", "1.26.6", "1.27.2"]
|
||||
# envoy-version: ["1.25.11", "1.26.6", "1.27.2", "1.28.0"]
|
||||
# xds-target: ["server", "client"]
|
||||
TOTAL_RUNNERS: 4
|
||||
JQ_SLICER: '[ inputs ] | [_nwise(length / $runnercount | floor)]'
|
||||
|
@ -99,7 +99,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
envoy-version: ["1.24.12", "1.25.11", "1.26.6", "1.27.2"]
|
||||
envoy-version: ["1.25.11", "1.26.6", "1.27.2", "1.28.0"]
|
||||
xds-target: ["server", "client"]
|
||||
test-cases: ${{ fromJSON(needs.generate-envoy-job-matrices.outputs.envoy-matrix) }}
|
||||
env:
|
||||
|
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
envoy-version: [ "1.27.2" ]
|
||||
envoy-version: [ "1.28.0" ]
|
||||
xds-target: [ "server", "client" ]
|
||||
env:
|
||||
ENVOY_VERSION: ${{ matrix.envoy-version }}
|
||||
|
|
|
@ -260,7 +260,7 @@ jobs:
|
|||
# this is further going to multiplied in envoy-integration tests by the
|
||||
# other dimensions in the matrix. Currently TOTAL_RUNNERS would be
|
||||
# multiplied by 2 based on these values:
|
||||
# envoy-version: ["1.27.2"]
|
||||
# envoy-version: ["1.28.0"]
|
||||
# xds-target: ["server", "client"]
|
||||
TOTAL_RUNNERS: 4
|
||||
JQ_SLICER: '[ inputs ] | [_nwise(length / $runnercount | floor)]'
|
||||
|
@ -294,7 +294,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
envoy-version: ["1.27.2"]
|
||||
envoy-version: ["1.28.0"]
|
||||
xds-target: ["server", "client"]
|
||||
test-cases: ${{ fromJSON(needs.generate-envoy-job-matrices.outputs.envoy-matrix) }}
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue