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: