mirror of https://github.com/status-im/consul.git
ci: fix a few missed Envoy version changes in latest bump (#21300)
This commit is contained in:
parent
3ee6816d8d
commit
7ac9b1f985
|
@ -109,7 +109,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
envoy-version: ["1.26.8", "1.27.6", "1.28.5", "1.29.5"]
|
envoy-version: ["1.26.8", "1.27.6", "1.28.4", "1.29.5"]
|
||||||
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:
|
||||||
|
|
|
@ -206,8 +206,8 @@ jobs:
|
||||||
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
|
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
|
||||||
# ENVOY_VERSION should be the latest version upported by all
|
# ENVOY_VERSION should be the latest version upported by all
|
||||||
# consul versions in the matrix.consul-version, since we are testing upgrade from
|
# consul versions in the matrix.consul-version, since we are testing upgrade from
|
||||||
# an older consul version, e.g., 1.27.5 is supported by both 1.16 and 1.17.
|
# an older consul version, e.g., 1.27.x is supported by both 1.17 and 1.18.
|
||||||
ENVOY_VERSION: "1.27.5"
|
ENVOY_VERSION: "1.27.6"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
|
@ -329,7 +329,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
consul-version: [ "1.16", "1.17"]
|
consul-version: [ "1.17", "1.18"]
|
||||||
env:
|
env:
|
||||||
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
|
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue