ci: Fix steps in run-local (#27499)

This commit is contained in:
Brooks Prumo 2022-08-31 11:26:59 -04:00 committed by GitHub
parent 8c1e193d5d
commit 93841a9484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ steps+=(test-downstream-builds)
steps+=(test-bench)
steps+=(test-local-cluster)
steps+=(test-local-cluster-flakey)
steps+=(test-local-cluster-slow)
steps+=(test-local-cluster-slow-1)
steps+=(test-local-cluster-slow-2)
step_index=0
if [[ -n "$1" ]]; then