File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 6464
6565 e2e :
6666 name : E2E Test
67+ if : github.actor!= 'dependabot-preview[bot]'
6768 needs :
6869 - verify
6970 - image-build
9091 - name : Bootstrap
9192 run : |
9293 kustomize build --enable-helm config/bootstrap | kubectl apply -f -
93- kubectl --namespace cert-manager wait --for=condition=Available deployment/cert-manager-webhook
94+ kubectl wait deployment/cert-manager-webhook \
95+ --namespace cert-manager \
96+ --for=condition=Available \
97+ --timeout=5m
9498 kubectl get namespace sandbox 2>/dev/null || kubectl create namespace sandbox
9599 mkdir build/
96100 - name : Download image tags
@@ -112,6 +116,7 @@ jobs:
112116
113117 coverage :
114118 name : Coverage Report
119+ if : github.actor!= 'dependabot-preview[bot]'
115120 needs :
116121 - verify
117122 - e2e
You can’t perform that action at this time.
0 commit comments