Skip to content

Commit 721cece

Browse files
authored
App centric config e2e test (#1286)
* test: trying to fix e2e Signed-off-by: Tiexin Guo <[email protected]>
1 parent 9fa5445 commit 721cece

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
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
@@ -78,7 +77,7 @@ jobs:
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

test/e2e/yaml/e2e-tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config:
77
vars:
88
defaultBranch: main
99
githubOrganization: devstream-io
10-
repoName: dtm-e2e-python
10+
repoName: dtme2epython
1111
dockerRegistryUserName: dtme2etest
1212

1313
tools:

0 commit comments

Comments
 (0)