From 45a6ffe5684c3ea0452f19fade5d1600c2422f5d Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Mon, 8 Jul 2024 12:15:47 -0700 Subject: [PATCH] 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 --- .buildkite/pipeline.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 406621f03..8fc35b5e2 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -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: