File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 - parallel :
7373 - name : Run managed-fields tests
7474 run : |
75- set -euo pipefail
7675 kubectl create ns managed-fields
7776 kustomize build github.com/stefanprodan/podinfo//kustomize?ref=6.3.5 > /tmp/podinfo.yaml
7877 kubectl -n managed-fields apply -f /tmp/podinfo.yaml
9493 kubectl delete ns managed-fields
9594 - name : Run overlays and dependencies tests
9695 run : |
97- set -euo pipefail
9896 echo ">>> Run overlays tests"
9997 kubectl -n kustomize-system apply -k ./config/testdata/overlays
10098 kubectl -n kustomize-system wait kustomizations/webapp-staging --for=condition=ready --timeout=4m
@@ -106,7 +104,6 @@ jobs:
106104 kubectl -n kustomize-system wait kustomizations/frontend --for=condition=ready --timeout=4m
107105 - name : Run impersonation and OCI tests
108106 run : |
109- set -euo pipefail
110107 echo ">>> Run impersonation tests"
111108 kubectl -n impersonation apply -f ./config/testdata/impersonation
112109 kubectl -n impersonation wait kustomizations/podinfo --for=condition=ready --timeout=4m
You can’t perform that action at this time.
0 commit comments