Skip to content

Commit

Permalink
Update cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheidkamp committed May 7, 2024
1 parent 20a1246 commit 929d7ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
# Run all the tests with ginkgo -r -failFast -trace -progress --noColor
# This requires setting up envoy, AWS, helm, and docker
# The e2e-go-mod-ginkgo container provides everything else needed for running tests
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.1'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
entrypoint: 'bash'
args:
- '-c'
Expand All @@ -47,7 +47,7 @@ steps:
waitFor: ['prepare-workspace']
id: 'get-envoy'

- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.1'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
entrypoint: 'bash'
args: ['-c', 'make proxycontroller']
dir: '/workspace/gloo/example/proxycontroller'
Expand All @@ -68,7 +68,7 @@ steps:

# Docker related setup
# grab this container immediately in parallel
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.1'
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.6'
entrypoint: ls
waitFor: ['-']
id: 'grab-ginkgo-container'
Expand All @@ -82,12 +82,12 @@ steps:
waitFor: ['set-gcr-zone']
id: 'get-test-credentials'

- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.1'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
args: ['install-go-tools']
dir: *dir
id: 'install-go-tools'

- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.1'
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.6'
entrypoint: make
env:
- 'ACK_GINKGO_RC=true'
Expand Down Expand Up @@ -117,7 +117,7 @@ steps:
id: 'docker-login'

# 1) Run make targets to push docker images to quay.io
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.1'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
args: ['docker-push-extended']
env:
- 'DOCKER_CONFIG=/workspace/docker-config'
Expand All @@ -138,7 +138,7 @@ steps:
waitFor: ['docker-push-extended']
id: 'gcr-auth'

- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.1'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
args: ['fetch-package-and-save-helm', 'render-manifests', 'upload-github-release-assets', 'push-chart-to-registry', '-B']
env:
- 'DOCKER_CONFIG=/workspace/docker-config'
Expand All @@ -152,7 +152,7 @@ steps:
id: 'release-chart'

# Run make targets to retag and push docker images to GCR
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.1'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.7.6'
args: ['docker-push-retag']
env:
- 'DOCKER_CONFIG=/workspace/docker-config'
Expand Down

0 comments on commit 929d7ae

Please sign in to comment.