From 7bb043a42de36091c3ca80d02addab4490d4add1 Mon Sep 17 00:00:00 2001 From: Alvin Huang <17609145+alvin-huang@users.noreply.github.com> Date: Tue, 19 Jan 2021 13:19:26 -0500 Subject: [PATCH] rename envoy job names for circleci config linter --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b7aa8836e5..126305c013 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -652,7 +652,7 @@ jobs: working_directory: ui-v2 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: # 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. @@ -686,21 +686,21 @@ jobs: - store_artifacts: path: *TEST_RESULTS_DIR - envoy-integration-test-1.12.7: + envoy-integration-test-1_12_7: docker: - image: *GOLANG_IMAGE environment: ENVOY_VERSION: "1.12.7" steps: *ENVOY_INTEGRATION_TEST_STEPS - envoy-integration-test-1.13.6: + envoy-integration-test-1_13_6: docker: - image: *GOLANG_IMAGE environment: ENVOY_VERSION: "1.13.6" steps: *ENVOY_INTEGRATION_TEST_STEPS - envoy-integration-test-1.14.5: + envoy-integration-test-1_14_5: docker: - image: *GOLANG_IMAGE environment: @@ -839,16 +839,16 @@ workflows: - nomad-integration-0_8: requires: - dev-build - - envoy-integration-test-1.11.2: + - envoy-integration-test-1_11_2: requires: - dev-build - - envoy-integration-test-1.12.7: + - envoy-integration-test-1_12_7: requires: - dev-build - - envoy-integration-test-1.13.6: + - envoy-integration-test-1_13_6: requires: - dev-build - - envoy-integration-test-1.14.5: + - envoy-integration-test-1_14_5: requires: - dev-build website: