mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user