Skip to content

Commit

Permalink
[1.10.x] ci: run envoy integration tests on a real machine (#12717)
Browse files Browse the repository at this point in the history
Backport of #12715 to 1.10.x

Conflicts:
-	.circleci/config.yml
  • Loading branch information
rboyer authored Apr 7, 2022
1 parent 49ea27f commit 3187b30
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -793,19 +793,18 @@ jobs:
- run: *notify-slack-failure

envoy-integration-test-1_15_5: &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.15.5"
steps: &ENVOY_INTEGRATION_TEST_STEPS
- checkout
# 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:
Expand Down

0 comments on commit 3187b30

Please sign in to comment.