ci: decrease build timeout to 20min
This commit is contained in:
parent
412680fba5
commit
04abafb03d
|
@ -35,7 +35,7 @@ jobs:
|
||||||
kubectl config use-context ci
|
kubectl config use-context ci
|
||||||
|
|
||||||
- run: tilt ci -- --ci --namespace=$DEPLOY_NS --num=2
|
- run: tilt ci -- --ci --namespace=$DEPLOY_NS --num=2
|
||||||
timeout-minutes: 60
|
timeout-minutes: 20
|
||||||
|
|
||||||
# Clean up k8s resources
|
# Clean up k8s resources
|
||||||
- run: kubectl delete --namespace=$DEPLOY_NS service,statefulset,configmap,pod,job --all
|
- run: kubectl delete --namespace=$DEPLOY_NS service,statefulset,configmap,pod,job --all
|
||||||
|
|
Loading…
Reference in New Issue