Skip to content

Commit

Permalink
Refactor: Move agents queue android below common params plugins section
Browse files Browse the repository at this point in the history
This is done purely for consistency purposes with how the rest '*.yml'
files on all the rest of our projects are being configured.
  • Loading branch information
ParaskP7 committed Jul 8, 2024
1 parent 87c7e15 commit 7bf99fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
---

# Run everything on the `android` queue
agents:
queue: android

# Nodes with values to reuse in the pipeline.
common_params:
# Common plugin settings to use with the `plugins` key.
- &common_plugins
- automattic/a8c-ci-toolkit#2.14.0

# Run everything on the `android` queue
agents:
queue: android

steps:
- label: "Gradle Wrapper Validation"
command: |
Expand Down

0 comments on commit 7bf99fb

Please sign in to comment.