Skip to content

Commit

Permalink
Add common block to unit test step
Browse files Browse the repository at this point in the history
  • Loading branch information
kentzeng12 committed Jun 22, 2024
1 parent c614ae4 commit 781a051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ agents:
common: &common
timeout_in_minutes: 20
agents:
queue: workers
queue: "buildkite-gcp"
retry:
# Automatically retry failures one time.
automatic:
Expand Down Expand Up @@ -74,7 +74,7 @@ steps:
command:
- |-
make clean install-vendor-m3 test-base
# <<: *common
<<: *common
# - name: "Big Unit %n"
# command: make clean install-vendor-m3 test-big-base
# parallelism: 2
Expand Down

0 comments on commit 781a051

Please sign in to comment.