Skip to content

Commit

Permalink
Update queue name, add gitEnvFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
mstifflin committed Apr 12, 2024
1 parent 6b1d827 commit 6c2acf5
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
container:
kubernetes: &kubernetes
gitEnvFrom:
- secretRef:
name: oss-github-ssh-credentials
sidecars:
- image: us-west1-docker.pkg.dev/ci-compute/buildkite-images/buildkite-dind:v1
command:
Expand Down Expand Up @@ -31,15 +34,13 @@ container:
- name: docker-sock
emptyDir: {}

agents:
queue: "buildkite-gcp"
steps:
- label: "fossa analyze"
agents:
queue: "buildkite-gcp-medium-helm"
command: ".buildkite/scripts/fossa.sh"

- label: ":golang: unit-test"
agents:
queue: "buildkite-gcp-large-helm"
artifact_paths:
- ".build/*/coverage/*.out"
- ".build/cover.out"
Expand All @@ -60,8 +61,6 @@ steps:
config: docker/buildkite/docker-compose.yml

- label: ":golangci-lint: validate code is clean"
agents:
queue: "buildkite-gcp-large-helm"
artifact_paths: [ ]
retry:
automatic:
Expand All @@ -81,8 +80,6 @@ steps:
config: docker/buildkite/docker-compose.yml

- label: ":golang: integration-test-sticky-off"
agents:
queue: "buildkite-gcp-large-helm"
artifact_paths:
- ".build/*/coverage/*.out"
retry:
Expand All @@ -103,8 +100,6 @@ steps:
config: docker/buildkite/docker-compose.yml

- label: ":golang: integration-test-sticky-on"
agents:
queue: "buildkite-gcp-large-helm"
artifact_paths:
- ".build/*/coverage/*.out"
retry:
Expand All @@ -125,8 +120,6 @@ steps:
config: docker/buildkite/docker-compose.yml

- label: ":golang: integration-test-grpc-adapter"
agents:
queue: "buildkite-gcp-large-helm"
artifact_paths:
- ".build/*/coverage/*.out"
retry:
Expand All @@ -149,8 +142,6 @@ steps:
- wait

- label: ":golang: code-coverage"
agents:
queue: "buildkite-gcp-large-helm"
plugins:
- kubernetes:
<<: *kubernetes
Expand Down

0 comments on commit 6c2acf5

Please sign in to comment.