Skip to content

Commit 75fcaff

Browse files
authored
Merge pull request #76 from wordpress-mobile/ci/add-agent-queue-android-everywhere
[Buildkite] Add Agent Attribute with Queue Android to Every YML File
2 parents 10f3b7d + a14dc58 commit 75fcaff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2+
---
3+
14
common_params:
25
# Common plugin settings to use with the `plugins` key.
36
- &common_plugins
47
- automattic/a8c-ci-toolkit#2.15.0
58

9+
agents:
10+
queue: "android"
11+
612
steps:
713
- label: "Gradle Wrapper Validation"
814
command: |

0 commit comments

Comments
 (0)