ci: run envoy integration tests on a real machine (#12715)

pull/12719/head
R.B. Boyer 2022-04-07 11:25:10 -05:00 committed by GitHub
parent a553982506
commit 8b527889ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -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: