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 0819d26 commit cdb6b71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ agents:
steps:
- label: ":gradle: Gradle Wrapper Validation"
command: validate_gradle_wrapper
plugins: [$CI_TOOLKIT_PLUGIN]
agents:
queue: linter
notify:
- github_commit_status:
context: Gradle Wrapper Validation
Expand Down
5 changes: 4 additions & 1 deletion .buildkite/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ agents:
queue: android

steps:
# 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: Gradle Wrapper Validation"
command: validate_gradle_wrapper
priority: 1
plugins: [$CI_TOOLKIT_PLUGIN]
agents:
queue: linter

- wait

Expand Down

0 comments on commit cdb6b71

Please sign in to comment.