Skip to content

Commit

Permalink
CI: Add agent attribute with queue android to every yml file
Browse files Browse the repository at this point in the history
With that change all the steps in those YML pipelines would build on our
Android queue by default.

FYI: The below '.buildkite/**/*.yml' file were already using this agent:
- pipeline.yml
- schedules/dependency-analysis.yml

For more info see: Automattic/buildkite-ci#459
#issuecomment-2199589109
  • Loading branch information
ParaskP7 committed Jul 1, 2024
1 parent 905a57b commit 6b9aea4
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/beta-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ common_params:
- &common_plugins
- automattic/a8c-ci-toolkit#3.4.2

agents:
queue: "android"

steps:
#################
# Gradle Wrapper Validation
Expand Down
3 changes: 3 additions & 0 deletions .buildkite/code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ common_params:
- &common_plugins
- automattic/a8c-ci-toolkit#3.4.2

agents:
queue: "android"

steps:
- label: "Code Freeze"
plugins: *common_plugins
Expand Down
3 changes: 3 additions & 0 deletions .buildkite/complete-code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ common_params:
- &common_plugins
- automattic/a8c-ci-toolkit#3.4.2

agents:
queue: "android"

steps:
- label: "Complete Code Freeze"
plugins: *common_plugins
Expand Down
3 changes: 3 additions & 0 deletions .buildkite/finalize-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ common_params:
- &common_plugins
- automattic/a8c-ci-toolkit#3.4.2

agents:
queue: "android"

steps:
- label: "Finalize release"
plugins: *common_plugins
Expand Down
3 changes: 3 additions & 0 deletions .buildkite/new-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ common_params:
- &common_plugins
- automattic/a8c-ci-toolkit#3.4.2

agents:
queue: "android"

steps:
- label: "New Beta Release"
plugins: *common_plugins
Expand Down
3 changes: 3 additions & 0 deletions .buildkite/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ common_params:
- &common_plugins
- automattic/a8c-ci-toolkit#3.4.2

agents:
queue: "android"

steps:
#################
# Gradle Wrapper Validation
Expand Down
3 changes: 3 additions & 0 deletions .buildkite/update-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ common_params:
- &common_plugins
- automattic/a8c-ci-toolkit#3.4.2

agents:
queue: "android"

steps:
- label: "Update release notes"
plugins: *common_plugins
Expand Down

0 comments on commit 6b9aea4

Please sign in to comment.