File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ jobs:
6767 aws eks update-kubeconfig --region ap-southeast-1 --name dtm-test
6868 - name : copy config files
6969 run : cp ./test/e2e/yaml/e2e-*.yaml ./
70- - name : apply git-ops
71- run : ./dtm apply -f e2e-config.yaml -y
72- - name : apply twice git-ops
73- run : ./dtm apply -f e2e-config.yaml -y
7470 - name : install kubectl
7571 run : |
7672 curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.22.0/bin/linux/amd64/kubectl
7773 chmod +x ./kubectl
7874 sudo mv ./kubectl /usr/local/bin/kubectl
75+ - name : apply git-ops
76+ run : ./dtm apply -f e2e-config.yaml -y
77+ - name : apply twice git-ops
78+ run : ./dtm apply -f e2e-config.yaml -y
7979 - name : check if pod is ready
8080 run : while [[ $(kubectl get pods -l app=dtm-e2e-go -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}') != "True" ]]; do echo "pod not ready yet..."; sleep 3; done
8181 timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments