Skip to content

Commit

Permalink
Scale down cypress CI workers (streamlit#8445)
Browse files Browse the repository at this point in the history
## Describe your changes

We have migrated another big chunk of Cypress tests to Playwright.
Allowing us to scale down the number of workers by four.

---

**Contribution License Agreement**

By submitting this pull request you agree that all contributions to this
project are made under the Apache 2.0 license.
  • Loading branch information
lukasmasuch authored Apr 5, 2024
1 parent ea17620 commit 9bc1dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Be aware that specs should be sequential integers starting from 1 without gaps
# based on logic in "Cypress Tests" step.
# prettier-ignore
specs: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
specs: [ 1, 2, 3, 4, 5, 6, ]

steps:
- name: Checkout Streamlit code
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
env:
CURRENT_RUN: ${{matrix.specs}}
CYPRESS_VERIFY_TIMEOUT: 90000
TOTAL_WORKERS: 10
TOTAL_WORKERS: 6
run: |
js_specs=(e2e/specs/*)
Expand Down

0 comments on commit 9bc1dfe

Please sign in to comment.