Skip to content

Commit

Permalink
Add kubernetes plugin to Codegen step
Browse files Browse the repository at this point in the history
  • Loading branch information
kentzeng12 committed Jun 24, 2024
1 parent 781a051 commit 6d0ac88
Showing 1 changed file with 29 additions and 15 deletions.
44 changes: 29 additions & 15 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,19 @@ env:
SKIP_CODECOV: "true"

steps:
# - name: "Codegen"
# command: make clean install-vendor-m3 test-all-gen
# env:
# CGO_ENABLED: 0
# GIMME_GO_VERSION: 1.18.x
# plugins:
# gopath-checkout#v1.0.1:
# import: github.com/m3db/m3
# <<: *common
- name: "Unit %n"
parallelism: 4
- name: "Codegen"
env:
CGO_ENABLED: 0
GIMME_GO_VERSION: 1.18.x
plugins:
docker-compose#v2.5.1:
run: app
workdir: /go/src/github.com/m3db/m3
gopath-checkout#v1.0.1:
import: github.com/m3db/m3
docker#v3.0.1:
image: us-west1-docker.pkg.dev/ci-compute/buildkite-images/buildkite-dind:v1
always-pull: true
volumes:
- .:/go/src/github.com/m3db/m3
- /var/run/docker.sock:/var/run/docker.sock
kubernetes:
<<: *kubernetes
podSpec:
Expand All @@ -73,8 +71,24 @@ steps:
- <<: *commandContainer
command:
- |-
make clean install-vendor-m3 test-base
make clean install-vendor-m3 test-all-gen
<<: *common
# - name: "Unit %n"
# parallelism: 4
# plugins:
# docker-compose#v2.5.1:
# run: app
# workdir: /go/src/github.com/m3db/m3
# kubernetes:
# <<: *kubernetes
# podSpec:
# <<: *podSpec
# containers:
# - <<: *commandContainer
# command:
# - |-
# make clean install-vendor-m3 test-base
# <<: *common
# - name: "Big Unit %n"
# command: make clean install-vendor-m3 test-big-base
# parallelism: 2
Expand Down

0 comments on commit 6d0ac88

Please sign in to comment.