File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ wercker.yml
1
2
box : golang:1.9
3
+ no-response-timeout : 30
4
+ command-timeout : 30
2
5
dev :
3
6
steps :
4
7
- internal/shell
8
11
- script :
9
12
name : check boilerplate
10
13
code : ./hack/verify-boilerplate.sh
11
-
14
+
12
15
- script :
13
16
name : go fmt
14
17
code : make gofmt
48
51
name : copy output
49
52
code : |
50
53
cp -a dist/* ${WERCKER_OUTPUT_DIR}
51
-
54
+
52
55
- script :
53
56
name : copy e2e test artifacts
54
57
code : |
@@ -140,7 +143,7 @@ e2e-test:
140
143
- script :
141
144
name : deploy latest CCM
142
145
code : make upgrade
143
-
146
+
144
147
- script :
145
148
name : e2e default tests
146
149
code : make e2e
@@ -169,7 +172,7 @@ push-canary:
169
172
- internal/docker-push :
170
173
repository : iad.ocir.io/oracle/oci-cloud-controller-manager-canary
171
174
tag : $VERSION
172
- working-dir : /go/src/github.com/oracle/oci-cloud-controller-manager/
175
+ working-dir : /go/src/github.com/oracle/oci-cloud-controller-manager/
173
176
entrypoint : make canary
174
177
registry : https://iad.ocir.io/v2
175
178
username : $OCIRUSERNAME
@@ -192,11 +195,11 @@ validate-canary:
192
195
- script :
193
196
name : deploy latest CCM
194
197
code : make upgrade
195
-
198
+
196
199
- script :
197
200
name : validate canary tests
198
201
code : make validate-canary
199
-
202
+
200
203
after-steps :
201
204
- script :
202
205
name : rollback original CCM
You can’t perform that action at this time.
0 commit comments