File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -141,23 +141,6 @@ pipeline:
141
141
buildArgs :
142
142
SDK_VERSION : <+codebase.tag>
143
143
BUILD_MODE : local
144
- - step :
145
- type : BuildAndPushGCR
146
- name : Build and Push testgrid image as latest
147
- identifier : Build_and_Push_testgrid_image_as_latest
148
- spec :
149
- connectorRef : platform205701
150
- host : us.gcr.io
151
- projectID : platform-205701
152
- imageName : ff-testgrid-go
153
- tags :
154
- - latest
155
- caching : true
156
- dockerfile : ff-sdk-testgrid/go/Dockerfile
157
- context : ff-sdk-testgrid/go
158
- buildArgs :
159
- SDK_VERSION : latest
160
- BUILD_MODE : local
161
144
when :
162
145
stageStatus : Success
163
146
condition : <+stage.variables.release>
@@ -199,6 +182,23 @@ pipeline:
199
182
limits :
200
183
memory : 10G
201
184
cpu : " 10"
185
+ - step :
186
+ type : BuildAndPushGCR
187
+ name : Build and Push testgrid image as latest
188
+ identifier : Build_and_Push_testgrid_image_as_latest
189
+ spec :
190
+ connectorRef : platform205701
191
+ host : us.gcr.io
192
+ projectID : platform-205701
193
+ imageName : ff-testgrid-go
194
+ tags :
195
+ - latest
196
+ caching : true
197
+ dockerfile : ff-sdk-testgrid/go/Dockerfile
198
+ context : ff-sdk-testgrid/go
199
+ buildArgs :
200
+ SDK_VERSION : latest
201
+ BUILD_MODE : local
202
202
when :
203
203
stageStatus : Success
204
204
condition : <+stage.variables.pull_request>
You can’t perform that action at this time.
0 commit comments