Skip to content

Commit

Permalink
Run Buildkite Gradle Wrapper Validation on the Linter queue
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Dec 12, 2024
1 parent a17d1b2 commit 264e4e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ agents:
queue: "android"

steps:
- label: "Gradle Wrapper Validation"
command: |
validate_gradle_wrapper
plugins: [$CI_TOOLKIT]
- label: Gradle Wrapper Validation
command: validate_gradle_wrapper
agents:
queue: linter

# Wait for Gradle Wrapper to be validated before running any other jobs
- wait
Expand Down
10 changes: 6 additions & 4 deletions .buildkite/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ agents:
queue: "android"

steps:
- label: "Gradle Wrapper Validation"
command: |
validate_gradle_wrapper
# NOTE: once this pipeline is called inline from another pipeline via ReleasesV2,
# we may need to use another agent to checkout the release branch before the Gradle Wrapper Validation
- label: Gradle Wrapper Validation
command: validate_gradle_wrapper
priority: 1
plugins: [$CI_TOOLKIT]
agents:
queue: linter

# Wait for Gradle Wrapper to be validated before running any other jobs
- wait
Expand Down

0 comments on commit 264e4e2

Please sign in to comment.