Skip to content

Commit

Permalink
ci: add Buildkite Kubernetes pipeline (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess committed Sep 22, 2023
2 parents 5c6afdb + 9612b2b commit 1dfd2b2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .buildkite/k8s.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
steps:
- label: ":wave:"
agents:
queue: kubernetes
artifact_paths: "CODE_OF_CONDUCT.md"
env:
BUILDKITE_SHELL: /bin/sh -e -c
plugins:
- kubernetes:
metadata:
annotations:
some-annotation: cool
labels:
some-label: wow
podSpec:
containers:
- image: alpine:3.18.2
command: [cat]
args: [README.md]
- image: alpine:3.18.2
command: [touch]
args: [some-file]
securityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1001
- image: buildkite/agent:edge-build-6288-ubuntu-22.04
command: [buildkite-agent]
args: [artifact upload "README.md"]

0 comments on commit 1dfd2b2

Please sign in to comment.