File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4040 runs-on : [self-hosted, linux, X64]
4141 name : e2e-test-${{ matrix.os }}
4242 steps :
43- - run : echo "🐧 This job is now running on a ${{ runner.os }}-${{ runner.arch }} server hosted by GitHub!"
4443 - name : Checkout
4544 uses : actions/checkout@v3
4645 - name : Setup Golang env
7877 - name : test 1 - apply git-ops (tools only) again
7978 run : ./dtm apply -f e2e-tools.yaml -y
8079 - name : test 1 - check if pod is ready
81- run : while [[ $(kubectl get pods -l app=dtm-e2e-python -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}') != "True" ]]; do echo "pod not ready yet..."; sleep 3; done
80+ run : while [[ $(kubectl get pods -l app=dtme2epython -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}') != "True" ]]; do echo "pod not ready yet..."; sleep 3; done
8281 timeout-minutes : 10
8382 - name : test 1 - verify
8483 run : ./dtm verify -f e2e-tools.yaml
Original file line number Diff line number Diff line change 77vars :
88 defaultBranch : main
99 githubOrganization : devstream-io
10- repoName : dtm-e2e-python
10+ repoName : dtme2epython
1111 dockerRegistryUserName : dtme2etest
1212
1313tools :
You can’t perform that action at this time.
0 commit comments