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