mirror of
https://github.com/status-im/consul.git
synced 2025-02-10 04:45:05 +00:00
rename envoy job names for circleci config linter
This commit is contained in:
parent
383dd32bdf
commit
7bb043a42d
@ -652,7 +652,7 @@ jobs:
|
|||||||
working_directory: ui-v2
|
working_directory: ui-v2
|
||||||
command: bash <(curl -s https://codecov.io/bash) -v -c -C $CIRCLE_SHA1 -F ui
|
command: bash <(curl -s https://codecov.io/bash) -v -c -C $CIRCLE_SHA1 -F ui
|
||||||
|
|
||||||
envoy-integration-test-1.11.2:
|
envoy-integration-test-1_11_2:
|
||||||
docker:
|
docker:
|
||||||
# We only really need bash and docker-compose which is installed on all
|
# We only really need bash and docker-compose which is installed on all
|
||||||
# Circle images but pick Go since we have to pick one of them.
|
# Circle images but pick Go since we have to pick one of them.
|
||||||
@ -686,21 +686,21 @@ jobs:
|
|||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
|
|
||||||
envoy-integration-test-1.12.7:
|
envoy-integration-test-1_12_7:
|
||||||
docker:
|
docker:
|
||||||
- image: *GOLANG_IMAGE
|
- image: *GOLANG_IMAGE
|
||||||
environment:
|
environment:
|
||||||
ENVOY_VERSION: "1.12.7"
|
ENVOY_VERSION: "1.12.7"
|
||||||
steps: *ENVOY_INTEGRATION_TEST_STEPS
|
steps: *ENVOY_INTEGRATION_TEST_STEPS
|
||||||
|
|
||||||
envoy-integration-test-1.13.6:
|
envoy-integration-test-1_13_6:
|
||||||
docker:
|
docker:
|
||||||
- image: *GOLANG_IMAGE
|
- image: *GOLANG_IMAGE
|
||||||
environment:
|
environment:
|
||||||
ENVOY_VERSION: "1.13.6"
|
ENVOY_VERSION: "1.13.6"
|
||||||
steps: *ENVOY_INTEGRATION_TEST_STEPS
|
steps: *ENVOY_INTEGRATION_TEST_STEPS
|
||||||
|
|
||||||
envoy-integration-test-1.14.5:
|
envoy-integration-test-1_14_5:
|
||||||
docker:
|
docker:
|
||||||
- image: *GOLANG_IMAGE
|
- image: *GOLANG_IMAGE
|
||||||
environment:
|
environment:
|
||||||
@ -839,16 +839,16 @@ workflows:
|
|||||||
- nomad-integration-0_8:
|
- nomad-integration-0_8:
|
||||||
requires:
|
requires:
|
||||||
- dev-build
|
- dev-build
|
||||||
- envoy-integration-test-1.11.2:
|
- envoy-integration-test-1_11_2:
|
||||||
requires:
|
requires:
|
||||||
- dev-build
|
- dev-build
|
||||||
- envoy-integration-test-1.12.7:
|
- envoy-integration-test-1_12_7:
|
||||||
requires:
|
requires:
|
||||||
- dev-build
|
- dev-build
|
||||||
- envoy-integration-test-1.13.6:
|
- envoy-integration-test-1_13_6:
|
||||||
requires:
|
requires:
|
||||||
- dev-build
|
- dev-build
|
||||||
- envoy-integration-test-1.14.5:
|
- envoy-integration-test-1_14_5:
|
||||||
requires:
|
requires:
|
||||||
- dev-build
|
- dev-build
|
||||||
website:
|
website:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user