Skip to content

Commit

Permalink
Merge pull request #15679 from mozilla/large-functional-tests
Browse files Browse the repository at this point in the history
chore(ci): use large instances for functional tests
  • Loading branch information
chenba authored Aug 14, 2023
2 parents 032839c + 00157e2 commit 6d292df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ workflows:
- Build (PR)
- playwright-functional-tests:
name: Functional Tests - Playwright (PR)
resource_class: xlarge
resource_class: large
requires:
- Build (PR)
- build-and-deploy-storybooks:
Expand Down Expand Up @@ -999,7 +999,7 @@ workflows:
- Build
- playwright-functional-tests:
name: Functional Tests - Playwright
resource_class: xlarge
resource_class: large
filters:
branches:
ignore: /.*/
Expand Down Expand Up @@ -1095,7 +1095,7 @@ workflows:
- Build (nightly)
- playwright-functional-tests:
name: Functional Tests - Playwright (nightly)
resource_class: xlarge
resource_class: large
requires:
- Build (nightly)
- on-complete:
Expand Down

0 comments on commit 6d292df

Please sign in to comment.