Skip to content

Commit f0dc1fc

Browse files
committed
use kubernetes queue
1 parent d91dccf commit f0dc1fc

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

.buildkite/pipeline.yaml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,48 @@
1+
agents:
2+
queue: kubernetes
13
steps:
24
- label: ":k8s:"
35
command: .buildkite/verify-yaml.sh
4-
agents: { queue: standard }
6+
plugins:
7+
- kubernetes:
8+
podTemplate: buildkite-k8s-agent-stateless
59

610
- label: ":k8s:"
711
command: .buildkite/verify-label.sh
8-
agents: { queue: standard }
12+
plugins:
13+
- kubernetes:
14+
podTemplate: buildkite-k8s-agent-stateless
915

1016
- label: ":k8s:"
1117
command: .buildkite/verify-rbac-labels.sh
12-
agents: { queue: standard }
18+
plugins:
19+
- kubernetes:
20+
podTemplate: buildkite-k8s-agent-stateless
1321

1422
- label: ":git: :sleuth_or_spy:"
1523
command: .buildkite/verify-release/verify-release.sh
16-
agents: { queue: standard }
24+
plugins:
25+
- kubernetes:
26+
podTemplate: buildkite-k8s-agent-stateless
1727

1828
- label: ":k8s: :sleuth_or_spy:"
1929
command: .buildkite/check-image-names.sh
20-
agents: { queue: standard }
30+
plugins:
31+
- kubernetes:
32+
podTemplate: buildkite-k8s-agent-stateless
2133

2234
- label: ":k8s:"
2335
command: .buildkite/verify-overlays.sh
24-
agents: { queue: standard }
36+
plugins:
37+
- kubernetes:
38+
podTemplate: buildkite-k8s-agent-stateless
39+
40+
- label: "debug"
41+
command: sg version
42+
plugins:
43+
- ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
44+
- kubernetes:
45+
podTemplate: buildkite-k8s-agent-stateless
2546

2647
# Please keep in mind that the release manifest uses specific branch names when creating releases.
2748
# Therefore, if you update them, or if you decide to change how we detect what kind of build we're dealing

0 commit comments

Comments
 (0)