fix(ci): collapse Cypress e2e matrix from 2 runners to 1 (#42715)

This commit is contained in:
Evan Rusackas
2026-08-03 11:49:47 -07:00
committed by GitHub
parent e4ef84ca72
commit 564ef599ab
3 changed files with 5 additions and 31 deletions

View File

@@ -256,7 +256,7 @@ cypress-run-all() {
# UNCOMMENT the next few commands to monitor memory usage
# monitor_memory & # Start memory monitoring in the background
# memoryMonitorPid=$!
python ../../scripts/cypress_run.py --parallelism $PARALLELISM --parallelism-id $PARALLEL_ID --group $PARALLEL_ID --retries 5 $USE_DASHBOARD_FLAG
python ../../scripts/cypress_run.py --retries 5 $USE_DASHBOARD_FLAG
# kill $memoryMonitorPid
}