Skip to content

Commit 59c46f4

Browse files
authored
App centric config e2e test (#1276)
* test: trying to fix e2e Signed-off-by: Tiexin Guo <[email protected]> * test: trying to fix e2e Signed-off-by: Tiexin Guo <[email protected]> * test: trigger e2e Signed-off-by: Tiexin Guo <[email protected]> Signed-off-by: Tiexin Guo <[email protected]>
1 parent 1ae449b commit 59c46f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)