Skip to content

Commit 98591bc

Browse files
committed
Cherry picked CI timeout.
1 parent 0690938 commit 98591bc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

wercker.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
wercker.yml
12
box: golang:1.9
3+
no-response-timeout: 30
4+
command-timeout: 30
25
dev:
36
steps:
47
- internal/shell
@@ -8,7 +11,7 @@ build:
811
- script:
912
name: check boilerplate
1013
code: ./hack/verify-boilerplate.sh
11-
14+
1215
- script:
1316
name: go fmt
1417
code: make gofmt
@@ -48,7 +51,7 @@ copy:
4851
name: copy output
4952
code: |
5053
cp -a dist/* ${WERCKER_OUTPUT_DIR}
51-
54+
5255
- script:
5356
name: copy e2e test artifacts
5457
code: |
@@ -140,7 +143,7 @@ e2e-test:
140143
- script:
141144
name: deploy latest CCM
142145
code: make upgrade
143-
146+
144147
- script:
145148
name: e2e default tests
146149
code: make e2e
@@ -169,7 +172,7 @@ push-canary:
169172
- internal/docker-push:
170173
repository: iad.ocir.io/oracle/oci-cloud-controller-manager-canary
171174
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/
173176
entrypoint: make canary
174177
registry: https://iad.ocir.io/v2
175178
username: $OCIRUSERNAME
@@ -192,11 +195,11 @@ validate-canary:
192195
- script:
193196
name: deploy latest CCM
194197
code: make upgrade
195-
198+
196199
- script:
197200
name: validate canary tests
198201
code: make validate-canary
199-
202+
200203
after-steps:
201204
- script:
202205
name: rollback original CCM

0 commit comments

Comments
 (0)