Cleanup common_60_tl from BuildKite pipeline yaml.

With remote bazel caching, the "Build Everything" job always completes within
10 minutes, and most of the time within 5 minutes. The 60 minute timeout is not
required. common_60_tl had a bunch of repeated configuration. Deleted it.

PiperOrigin-RevId: 650333906
This commit is contained in:
Ayush Ranjan
2024-07-08 12:24:15 -07:00
committed by gVisor bot
parent 096478a2ff
commit 45a6ffe568
+1 -9
View File
@@ -7,14 +7,6 @@ _templates:
limit: 10
- exit_status: "*"
limit: 2
common_60_tl: &common_60_tl
timeout_in_minutes: 60
retry:
automatic:
- exit_status: -1
limit: 10
- exit_status: "*"
limit: 2
source_test: &source_test
if: build.env("STAGED_BINARIES") == null
source_test_presubmit: &source_test_presubmit
@@ -109,7 +101,7 @@ steps:
arch: "arm64"
# Build everything (continuous only).
- <<: *common_60_tl
- <<: *common
<<: *source_test_continuous
label: ":world_map: Build everything"
commands: