fix actions to no longer use envoy 1.24.x to match supported versions. (#19918)

This commit is contained in:
John Murret 2023-12-12 10:37:07 -07:00 committed by GitHub
parent d7e0fca28b
commit a5d5fd348b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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 }}

View File

@ -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: