Skip to content

Commit

Permalink
Add JSON schema to Buildkite pipelines (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat authored Jul 13, 2024
1 parent 5cddda7 commit 8617ee6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-pillows-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

template: Add JSON schema definitions to Buildkite pipeline files
1 change: 1 addition & 0 deletions template/express-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$schema: https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
agents:
queue: <%- prodBuildkiteQueueName %>

Expand Down
1 change: 1 addition & 0 deletions template/greeter/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$schema: https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
agents:
queue: <%- prodBuildkiteQueueName %>

Expand Down
1 change: 1 addition & 0 deletions template/koa-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$schema: https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
agents:
queue: <%- prodBuildkiteQueueName %>

Expand Down
1 change: 1 addition & 0 deletions template/lambda-sqs-worker-cdk/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$schema: https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
agents:
queue: <%- prodBuildkiteQueueName %>

Expand Down
1 change: 1 addition & 0 deletions template/lambda-sqs-worker/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$schema: https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
agents:
queue: <%- prodBuildkiteQueueName %>

Expand Down
1 change: 1 addition & 0 deletions template/private-npm-package/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$schema: https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
agents:
queue: artefacts:npm2

Expand Down

0 comments on commit 8617ee6

Please sign in to comment.