From cdb6b71e7d6d77fc3f39ae1d27da0d3328523f0f Mon Sep 17 00:00:00 2001 From: Ian Maia Date: Thu, 12 Dec 2024 16:58:25 +0100 Subject: [PATCH] Run Buildkite Gradle Wrapper Validation on the Linter queue --- .buildkite/pipeline.yml | 3 ++- .buildkite/release-build.yml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index eb613db94..212fa616f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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 diff --git a/.buildkite/release-build.yml b/.buildkite/release-build.yml index 5c8dea2c0..b3e5b1ed5 100644 --- a/.buildkite/release-build.yml +++ b/.buildkite/release-build.yml @@ -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