Skip to content

Commit

Permalink
ci: use xlarge for bazel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Apr 27, 2020
1 parent 27f94da commit be1f0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:

test:
executor: test-executor
resource_class: large
resource_class: xlarge
steps:
- custom_attach_workspace
- setup_bazel_rbe
Expand All @@ -239,7 +239,7 @@ jobs:

integration:
executor: test-executor
resource_class: large
resource_class: xlarge
steps:
- custom_attach_workspace
- run:
Expand Down

0 comments on commit be1f0ed

Please sign in to comment.