Skip to content

Commit

Permalink
change e2e-test-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChetverov committed Apr 10, 2024
1 parent 09591c5 commit ee60e77
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,36 +95,36 @@ jobs:
fail-fast: false
matrix:
include:
- command: "yarn test-parallel --max-workers=10"
fast: false
- command: "yarn test-sequential-no-bootstrap"
fast: false
- command: "yarn test-seqgasless"
fast: false
# - command: "yarn test-parallel --max-workers=10"
# fast: false
# - command: "yarn test-sequential-no-bootstrap"
# fast: false
# - command: "yarn test-seqgasless"
# fast: false
- command: "yarn test-maintenance"
fast: true
- command: "yarn test-bootstrap"
fast: false
- command: "yarn test-rewards-bootstrap"
fast: false
- command: "yarn test-parallel-autocompound"
fast: true
- command: "yarn test-sequential-autocompound"
fast: true
- command: "yarn test-poolliquidity"
fast: true
- command: "yarn test-governance"
fast: true
- command: "yarn test-multiswap"
fast: false
- command: "yarn test-experimentalStaking"
fast: true
- command: "yarn test-crowdloan"
fast: false
- command: "yarn test-sdk"
fast: true
- command: "yarn test-parallel-3rdPartyRewards"
fast: true
# - command: "yarn test-bootstrap"
# fast: false
# - command: "yarn test-rewards-bootstrap"
# fast: false
# - command: "yarn test-parallel-autocompound"
# fast: true
# - command: "yarn test-sequential-autocompound"
# fast: true
# - command: "yarn test-poolliquidity"
# fast: true
# - command: "yarn test-governance"
# fast: true
# - command: "yarn test-multiswap"
# fast: false
# - command: "yarn test-experimentalStaking"
# fast: true
# - command: "yarn test-crowdloan"
# fast: false
# - command: "yarn test-sdk"
# fast: true
# - command: "yarn test-parallel-3rdPartyRewards"
# fast: true

runs-on: [e2e-gke]
timeout-minutes: 180
Expand Down

0 comments on commit ee60e77

Please sign in to comment.