Skip to content

Commit

Permalink
refactor(chart): move test infrastructure into the test chart (eclips…
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed May 4, 2023
1 parent 95543ae commit 3762f96
Show file tree
Hide file tree
Showing 9 changed files with 707 additions and 1,061 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deployment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ jobs:
imagename: "edc-controlplane-postgresql-hashicorp-vault edc-dataplane-hashicorp-vault"
rootDir: "."
helm_command: |-
helm install tx-prod charts/tractusx-connector-app \
-f charts/tractusx-connector-app/example.yaml \
helm install tx-prod charts/tractusx-connector \
-f edc-tests/deployment/src/main/resources/helm/tractusx-connector-test.yaml \
--dependency-update \
--wait-for-jobs --timeout=120s
# wait for the pod to become ready
kubectl rollout status deployment tx-prod-runtime-controlplane
kubectl rollout status deployment tx-prod-runtime-dataplane
kubectl rollout status deployment tx-prod-controlplane
kubectl rollout status deployment tx-prod-dataplane
# execute the helm test
helm test tx-prod --logs
23 changes: 0 additions & 23 deletions charts/tractusx-connector-app/.helmignore

This file was deleted.

70 changes: 0 additions & 70 deletions charts/tractusx-connector-app/Chart.yaml

This file was deleted.

237 changes: 0 additions & 237 deletions charts/tractusx-connector-app/README.md

This file was deleted.

190 changes: 0 additions & 190 deletions charts/tractusx-connector-app/example.yaml

This file was deleted.

Loading

0 comments on commit 3762f96

Please sign in to comment.