mirror of https://github.com/status-im/consul.git
add support for more envoy versions for LTS (#20358)
add support for more envoy versions for LTS
This commit is contained in:
parent
b9f3e5e247
commit
48d1b059d2
|
@ -73,10 +73,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
# this is further going to multiplied in envoy-integration tests by the
|
# this is further going to multiplied in envoy-integration tests by the
|
||||||
# other dimensions in the matrix. Currently TOTAL_RUNNERS would be
|
# other dimensions in the matrix. Currently TOTAL_RUNNERS would be
|
||||||
# multiplied by 8 based on these values:
|
# 14 based on these values:
|
||||||
# envoy-version: ["1.22.11", "1.23.12", "1.24.12", "1.25.11"]
|
# envoy-version: ["1.22.11", "1.23.12", "1.24.12", "1.25.11", "1.26.6", "1.27.2", "1.28.0"]
|
||||||
# xds-target: ["server", "client"]
|
# xds-target: ["server", "client"]
|
||||||
TOTAL_RUNNERS: 4
|
TOTAL_RUNNERS: 7
|
||||||
JQ_SLICER: '[ inputs ] | [_nwise(length / $runnercount | floor)]'
|
JQ_SLICER: '[ inputs ] | [_nwise(length / $runnercount | floor)]'
|
||||||
run: |
|
run: |
|
||||||
NUM_RUNNERS=$TOTAL_RUNNERS
|
NUM_RUNNERS=$TOTAL_RUNNERS
|
||||||
|
@ -109,7 +109,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
envoy-version: ["1.22.11", "1.23.12", "1.24.12", "1.25.11"]
|
envoy-version: ["1.22.11", "1.23.12", "1.24.12", "1.25.11", "1.26.6", "1.27.2", "1.28.0"]
|
||||||
xds-target: ["server", "client"]
|
xds-target: ["server", "client"]
|
||||||
test-cases: ${{ fromJSON(needs.generate-envoy-job-matrices.outputs.envoy-matrix) }}
|
test-cases: ${{ fromJSON(needs.generate-envoy-job-matrices.outputs.envoy-matrix) }}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue