Continuous E2E Changing Working Quorum Test With High Load #2987
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous E2E Changing Working Quorum Test With High Load | |
permissions: | |
issues: write | |
pull-requests: write | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 */3 * * *" | |
jobs: | |
### Please remember to use different namespace for different tests | |
# Performance test in an optimal setting | |
run-forge-changing-working-quorum-test-high-load: | |
uses: ./.github/workflows/run-forge.yaml | |
secrets: inherit | |
with: | |
FORGE_NAMESPACE: forge-changing-working-quorum-test-high-load | |
FORGE_RUNNER_DURATION_SECS: 900 | |
FORGE_TEST_SUITE: changing_working_quorum_test_high_load | |
POST_TO_SLACK: true | |
FORGE_ENABLE_FAILPOINTS: true |