Skip to content

Commit

Permalink
use large VMs for integration tests (#3201)
Browse files Browse the repository at this point in the history
Integration tests (specifically, e2e-go tests) seem to be having resource issues lately, so this returns integration tests to using large instances (4 cores, ~16GB RAM) after they were downsized to medium (2 cores ~8GB RAM) in #3095. Nightly integration tests are already using large VMs.
  • Loading branch information
cce authored Nov 15, 2021
1 parent 387f6a6 commit 8441d91
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ jobs:
parameters:
platform:
type: string
executor: << parameters.platform >>_medium
executor: << parameters.platform >>_large
working_directory: << pipeline.parameters.build_dir >>/project
parallelism: 2
environment:
Expand Down Expand Up @@ -704,6 +704,5 @@ jobs:
- prepare_go
- upload_binaries_command:
platform: << parameters.platform >>
- slack/notify: &slack-fail-event
event: fail
template: basic_fail_1
- slack/notify:
<<: *slack-fail-event

0 comments on commit 8441d91

Please sign in to comment.