Skip to content

Commit 1ae449b

Browse files
authored
test: trying to fix e2e (#1275)
* test: trying to fix e2e Signed-off-by: Tiexin Guo <[email protected]> * test: trying to fix e2e Signed-off-by: Tiexin Guo <[email protected]> Signed-off-by: Tiexin Guo <[email protected]>
1 parent 520d7e8 commit 1ae449b

File tree

1 file changed

+16
-29
lines changed

1 file changed

+16
-29
lines changed

test/e2e/yaml/e2e-config.yaml

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,64 +7,51 @@ config:
77
vars:
88
defaultBranch: main
99
githubOrganization: devstream-io
10-
repoName: dtm-e2e-go
10+
repoName: dtm-e2e-python
1111
dockerRegistryUserName: dtme2etest
1212

1313
tools:
1414
- name: repo-scaffolding
15-
instanceID: golang-github
15+
instanceID: python-github
1616
options:
1717
destinationRepo:
1818
org: [[ githubOrganization ]]
1919
repo: [[ repoName ]]
2020
branch: [[ defaultBranch ]]
2121
repoType: github
2222
vars:
23-
ImageRepo: "[[ dockerRegistryUserName ]]/[[ repoName ]]"
23+
imageRepo: "[[ dockerRegistryUserName ]]/[[ repoName ]]"
2424
sourceRepo:
2525
org: devstream-io
26-
repo: dtm-scaffolding-golang
26+
repo: dtm-scaffolding-python
2727
repoType: github
28-
- name: githubactions-golang
28+
- name: githubactions-python
2929
instanceID: default
30-
dependsOn: ["repo-scaffolding.golang-github"]
30+
dependsOn: ["repo-scaffolding.python-github"]
3131
options:
32-
org: ${{repo-scaffolding.golang-github.outputs.org}}
33-
repo: ${{repo-scaffolding.golang-github.outputs.repo}}
32+
org: [[ githubOrganization ]]
33+
repo: [[ repoName ]]
3434
language:
35-
name: go
36-
version: "1.18"
35+
name: python
3736
branch: [[ defaultBranch ]]
38-
build:
39-
enable: True
40-
test:
41-
enable: True
42-
coverage:
43-
enable: True
4437
docker:
45-
enable: True
4638
registry:
4739
type: dockerhub
48-
username: dtme2etest
40+
username: [[ dockerRegistryUserName ]]
41+
repository: [[ repoName ]]
4942
- name: helm-installer
50-
instanceID: argocd-001
51-
options:
52-
chart:
53-
upgradeCRDs: false
54-
valuesYaml: |
55-
crds:
56-
keep: false
43+
instanceID: argocd
5744
- name: argocdapp
5845
instanceID: default
59-
dependsOn: ["helm-installer.argocd-001", "repo-scaffolding.golang-github"]
46+
dependsOn: ["helm-installer.argocd", "repo-scaffolding.python-github"]
6047
options:
6148
app:
62-
name: ${{repo-scaffolding.golang-github.outputs.repo}}
49+
name: [[ repoName ]]
6350
namespace: argocd
6451
destination:
6552
server: https://kubernetes.default.svc
6653
namespace: default
6754
source:
6855
valuefile: values.yaml
69-
path: helm/${{repo-scaffolding.golang-github.outputs.repo}}
70-
repoURL: ${{repo-scaffolding.golang-github.outputs.repoURL}}
56+
path: helm/[[ repoName ]]
57+
repoURL: ${{repo-scaffolding.python-github.outputs.repoURL}}

0 commit comments

Comments
 (0)