buildkite: execute tests all together

Right now, we execute smoke tests firsts and if they passses, we execute other
tests. It makes sense to reduce load on the test infrastructure, if we push
often completely broken changes. I reviewed builds for the last week and
didn't find such builds..

PiperOrigin-RevId: 491766379
This commit is contained in:
Andrei Vagin
2022-11-29 16:29:22 -08:00
committed by gVisor bot
parent ece02b45b5
commit a7abe022ca
-1
View File
@@ -69,7 +69,6 @@ steps:
<<: *source_test
label: ":fire: Smoke race tests"
command: make smoke-race-tests
- wait
# Build everything.
- <<: *common