Sync ctx 5171262 (part 2)
Browse filesGitHub commit: 51712623108b1bb81db0a985600ef58069a3d21d
scripts/no_mistakes_run.sh
CHANGED
|
@@ -71,7 +71,7 @@ export PIP_DISABLE_PIP_VERSION_CHECK="${PIP_DISABLE_PIP_VERSION_CHECK:-1}"
|
|
| 71 |
|
| 72 |
case "${action}" in
|
| 73 |
fast)
|
| 74 |
-
exec python scripts/local_fast_gate.py --profile pr "${@:2}"
|
| 75 |
;;
|
| 76 |
test)
|
| 77 |
exec python scripts/ci_preflight.py --profile pr
|
|
|
|
| 71 |
|
| 72 |
case "${action}" in
|
| 73 |
fast)
|
| 74 |
+
exec python scripts/local_fast_gate.py --profile pr --summary-json .gate/local-fast.json "${@:2}"
|
| 75 |
;;
|
| 76 |
test)
|
| 77 |
exec python scripts/ci_preflight.py --profile pr
|