Split up local cluster tests into separate CI steps (#22295)

* Split up local cluster tests into separate CI steps

* Update buildkite-pipeline.sh
This commit is contained in:
Justin Starry
2022-01-05 22:44:15 +08:00
committed by GitHub
parent 44d61465f1
commit 0e1afcbb26
10 changed files with 1751 additions and 1614 deletions

View File

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