From 8b527889ec7c810eba40cccad0d16b5735b3cc80 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" <4903+rboyer@users.noreply.github.com> Date: Thu, 7 Apr 2022 11:25:10 -0500 Subject: [PATCH] ci: run envoy integration tests on a real machine (#12715) --- .circleci/config.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c39652d7bc..df724af174 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -840,11 +840,10 @@ jobs: - run: *notify-slack-failure envoy-integration-test-1_17_4: &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. - - image: *GOLANG_IMAGE - parallelism: 2 + machine: + image: ubuntu-2004:202101-01 + parallelism: 4 + resource_class: medium environment: ENVOY_VERSION: "1.17.4" steps: &ENVOY_INTEGRATION_TEST_STEPS @@ -852,7 +851,7 @@ jobs: # Get go binary from workspace - attach_workspace: at: . - - setup_remote_docker + - run: *install-gotestsum # Build the consul-dev image from the already built binary - run: docker build -t consul-dev -f ./build-support/docker/Consul-Dev.dockerfile . - run: