Skip to content

Commit 7bf99fb

Browse files
committed
Refactor: Move agents queue android below common params plugins section
This is done purely for consistency purposes with how the rest '*.yml' files on all the rest of our projects are being configured.
1 parent 87c7e15 commit 7bf99fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
22
---
33

4-
# Run everything on the `android` queue
5-
agents:
6-
queue: android
7-
84
# Nodes with values to reuse in the pipeline.
95
common_params:
106
# Common plugin settings to use with the `plugins` key.
117
- &common_plugins
128
- automattic/a8c-ci-toolkit#2.14.0
139

10+
# Run everything on the `android` queue
11+
agents:
12+
queue: android
13+
1414
steps:
1515
- label: "Gradle Wrapper Validation"
1616
command: |

0 commit comments

Comments
 (0)