5
5
6
6
# $COMMIT_SHA is a default gcloud env var, to run via cloudbuild submit use:
7
7
# gcloud builds submit --substitutions COMMIT_SHA=<commit sha>,REPO_NAME=solo-io/gloo,_PR_NUM=<<insert PR Number here>> --project solo-public
8
- - name : ' gcr.io/$PROJECT_ID/prepare-go-workspace:0.7.6 '
8
+ - name : ' gcr.io/$PROJECT_ID/prepare-go-workspace:0.7.7 '
9
9
args :
10
10
- " --repo-name"
11
11
- " $REPO_NAME"
35
35
# Run all the tests with ginkgo -r -failFast -trace -progress --noColor
36
36
# This requires setting up envoy, AWS, helm, and docker
37
37
# The e2e-go-mod-ginkgo container provides everything else needed for running tests
38
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.6 '
38
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.7 '
39
39
entrypoint : ' bash'
40
40
args :
41
41
- ' -c'
47
47
waitFor : ['prepare-workspace']
48
48
id : ' get-envoy'
49
49
50
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.6 '
50
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.7 '
51
51
entrypoint : ' bash'
52
52
args : ['-c', 'make proxycontroller']
53
53
dir : ' /workspace/gloo/example/proxycontroller'
68
68
69
69
# Docker related setup
70
70
# grab this container immediately in parallel
71
- - name : ' gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.6 '
71
+ - name : ' gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.7 '
72
72
entrypoint : ls
73
73
waitFor : ['-']
74
74
id : ' grab-ginkgo-container'
@@ -82,12 +82,12 @@ steps:
82
82
waitFor : ['set-gcr-zone']
83
83
id : ' get-test-credentials'
84
84
85
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.6 '
85
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.7 '
86
86
args : ['install-go-tools']
87
87
dir : *dir
88
88
id : ' install-go-tools'
89
89
90
- - name : ' gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.6 '
90
+ - name : ' gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.7.7 '
91
91
entrypoint : make
92
92
env :
93
93
- ' ACK_GINKGO_RC=true'
@@ -117,7 +117,7 @@ steps:
117
117
id : ' docker-login'
118
118
119
119
# 1) Run make targets to push docker images to quay.io
120
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.6 '
120
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.7 '
121
121
args : ['docker-push-extended']
122
122
env :
123
123
- ' DOCKER_CONFIG=/workspace/docker-config'
@@ -138,7 +138,7 @@ steps:
138
138
waitFor : ['docker-push-extended']
139
139
id : ' gcr-auth'
140
140
141
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.6 '
141
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.7 '
142
142
args : ['fetch-package-and-save-helm', 'render-manifests', 'upload-github-release-assets', 'push-chart-to-registry', '-B']
143
143
env :
144
144
- ' DOCKER_CONFIG=/workspace/docker-config'
@@ -152,7 +152,7 @@ steps:
152
152
id : ' release-chart'
153
153
154
154
# Run make targets to retag and push docker images to GCR
155
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.6 '
155
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.7.7 '
156
156
args : ['docker-push-retag']
157
157
env :
158
158
- ' DOCKER_CONFIG=/workspace/docker-config'
0 commit comments