From aaed7897d544075823c15084b30a0d96c83efb4d Mon Sep 17 00:00:00 2001 From: Alvin Huang <17609145+alvin-huang@users.noreply.github.com> Date: Wed, 13 Jan 2021 23:31:15 -0500 Subject: [PATCH] modify envoy test job names to make circleci happy --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 75980aebf..c1c96b4fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -778,7 +778,7 @@ jobs: command: bash <(curl -s https://codecov.io/bash) -v -c -C $CIRCLE_SHA1 -F ui - run: *notify-slack-failure - envoy-integration-test-1.13.6: &ENVOY_TESTS + envoy-integration-test-1_13_6: &ENVOY_TESTS 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. @@ -818,17 +818,17 @@ jobs: path: *TEST_RESULTS_DIR - run: *notify-slack-failure - envoy-integration-test-1.14.5: + envoy-integration-test-1_14_5: <<: *ENVOY_TESTS environment: ENVOY_VERSION: "1.14.5" - envoy-integration-test-1.15.2: + envoy-integration-test-1_15_2: <<: *ENVOY_TESTS environment: ENVOY_VERSION: "1.15.2" - envoy-integration-test-1.16.0: + envoy-integration-test-1_16_0: <<: *ENVOY_TESTS environment: ENVOY_VERSION: "1.16.0" @@ -1031,16 +1031,16 @@ workflows: - nomad-integration-0_8: 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 - - envoy-integration-test-1.15.2: + - envoy-integration-test-1_15_2: requires: - dev-build - - envoy-integration-test-1.16.0: + - envoy-integration-test-1_16_0: requires: - dev-build website: