buildkite: move "Build everything" upper in the list

It runs for a long time and so it would be good to run it
earlier.

PiperOrigin-RevId: 454960320
This commit is contained in:
Andrei Vagin
2022-06-14 14:47:59 -07:00
committed by gVisor bot
parent ebadfe7702
commit 6e662d0262
+7 -7
View File
@@ -59,6 +59,13 @@ steps:
label: ":fire: Smoke race tests"
command: make smoke-race-tests
# Build everything.
- <<: *common
label: ":world_map: Build everything"
command: "make build OPTIONS=--build_tag_filters=-nogo TARGETS=//..."
agents:
arch: "amd64"
# Check that the Go branch builds. This is not technically required, as this build is maintained
# as a GitHub action in order to preserve this maintaince across forks. However, providing the
# action here may provide easier debuggability and diagnosis on failure.
@@ -364,13 +371,6 @@ steps:
arch: "amd64"
os: "ubuntu"
# Build everything.
- <<: *common
label: ":world_map: Build everything"
command: "make build OPTIONS=--build_tag_filters=-nogo TARGETS=//..."
agents:
arch: "amd64"
# Run basic benchmarks smoke tests (no upload).
- <<: *common
label: ":fire: Benchmarks smoke test"