Skip to content

Commit

Permalink
Move linux cache step to on merge job
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed May 10, 2022
1 parent d182f90 commit 1dbe80a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .buildkite/pipelines/bazel_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,3 @@ steps:
queue: macos-arm
timeout_in_minutes: 60
YAML
- label: 'Bootstrap (Linux)'
agents:
queue: n2-4-spot
command: .buildkite/scripts/steps/bazel_cache/bootstrap_linux.sh
timeout_in_minutes: 15
retry:
automatic:
- exit_status: '-1'
limit: 3
10 changes: 10 additions & 0 deletions .buildkite/pipelines/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ steps:
- exit_status: '-1'
limit: 3

- command: .buildkite/scripts/steps/bazel_cache/bootstrap_linux.sh
label: 'Populate local dev bazel cache (Linux)'
agents:
queue: n2-4-spot
timeout_in_minutes: 15
retry:
automatic:
- exit_status: '-1'
limit: 3

- wait: ~
continue_on_failure: true

Expand Down

0 comments on commit 1dbe80a

Please sign in to comment.