Skip to content

Commit

Permalink
Scale test and e2e_expect back to resource_class = medium
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldiamant committed Aug 22, 2022
1 parent a311590 commit e0ff19d
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 @@ -477,7 +477,7 @@ jobs:
parameters:
platform:
type: string
executor: << parameters.platform >>_large
executor: << parameters.platform >>_medium
working_directory: << pipeline.parameters.build_dir >>/project
parallelism: 32
steps:
Expand Down Expand Up @@ -544,7 +544,7 @@ jobs:
parameters:
platform:
type: string
executor: << parameters.platform >>_large
executor: << parameters.platform >>_medium
working_directory: << pipeline.parameters.build_dir >>/project
parallelism: 10
environment:
Expand Down

0 comments on commit e0ff19d

Please sign in to comment.