File tree Expand file tree Collapse file tree 8 files changed +22
-22
lines changed Expand file tree Collapse file tree 8 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- source $( dirname $0 ) /../ entry
4+ source $( dirname $0 ) /entry
55
6- cd $( dirname $0 ) /../../../../..
6+ cd $( dirname $0 ) /../../../..
77
88USE_RANCHER=${USE_RANCHER:- " false" }
99if [ " $USE_RANCHER " = " true" ]; then
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- source $( dirname $0 ) /../ entry
4+ source $( dirname $0 ) /entry
55
6- cd $( dirname $0 ) /../../../../..
6+ cd $( dirname $0 ) /../../../..
77
88kubectl apply -f ./examples/helm-project-operator/ci/project-helm-chart.yaml
99sleep ${DEFAULT_SLEEP_TIMEOUT_SECONDS} ;
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- source $( dirname $0 ) /../ entry
4+ source $( dirname $0 ) /entry
55
6- cd $( dirname $0 ) /../../../../..
6+ cd $( dirname $0 ) /../../../..
77
88kubectl delete -f ./examples/helm-project-operator/ci/project-helm-chart.yaml
99if kubectl get -n cattle-helm-system job/helm-delete-project-operator-example-chart-dummy --ignore-not-found; then
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- source $( dirname $0 ) /../ entry
4+ source $( dirname $0 ) /entry
55
6- cd $( dirname $0 ) /../../../../..
6+ cd $( dirname $0 ) /../../../..
77
8- latest_chart=./charts /helm-project-operator
8+ latest_chart=./packages /helm-project-operator/charts
99
1010case " ${KUBERNETES_DISTRIBUTION_TYPE} " in
1111" k3s" )
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- source $( dirname $0 ) /../ entry
4+ source $( dirname $0 ) /entry
55
6- cd $( dirname $0 ) /../../../../..
6+ cd $( dirname $0 ) /../../../..
77
88helm uninstall --wait -n cattle-helm-system helm-project-operator
99
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- source $( dirname $0 ) /../ entry
4+ source $( dirname $0 ) /entry
55
6- cd $( dirname $0 ) /../../../../..
6+ cd $( dirname $0 ) /../../../..
77
88if ! kubectl -n cattle-helm-system rollout status deployment helm-project-operator --timeout=" ${KUBECTL_WAIT_TIMEOUT} " ; then
99 echo " ERROR: Helm Project Operator did not roll out"
Original file line number Diff line number Diff line change @@ -85,22 +85,22 @@ jobs:
8585 with :
8686 limit-access-to-actor : true
8787 - name : Install Helm Project Operator
88- run : ./.github/workflows/e2e/scripts/hpo/install-helm-project-operator.sh;
88+ run : ./.github/workflows/e2e/scripts/hpo/hpo- install-helm-project-operator.sh;
8989
9090 - name : Check if Helm Project Operator is up
91- run : ./.github/workflows/e2e/scripts/hpo/validate-helm-project-operator.sh;
91+ run : ./.github/workflows/e2e/scripts/hpo/hpo- validate-helm-project-operator.sh;
9292
9393 - name : Check if Project Registration Namespace is auto-created on namespace detection
94- run : ./.github/workflows/e2e/scripts/hpo/create-project-namespace.sh;
94+ run : ./.github/workflows/e2e/scripts/hpo/hpo- create-project-namespace.sh;
9595
9696 - name : Deploy Example Chart via ProjectHelmChart CR
97- run : ./.github/workflows/e2e/scripts/hpo/create-projecthelmchart.sh;
97+ run : ./.github/workflows/e2e/scripts/hpo/hpo- create-projecthelmchart.sh;
9898
9999 - name : Delete Example Chart
100- run : ./.github/workflows/e2e/scripts/hpo/delete-projecthelmchart.sh;
100+ run : ./.github/workflows/e2e/scripts/hpo/hpo- delete-projecthelmchart.sh;
101101
102102 - name : Uninstall Helm Project Operator
103- run : ./.github/workflows/e2e/scripts/hpo/uninstall-helm-project-operator.sh;
103+ run : ./.github/workflows/e2e/scripts/hpo/hpo- uninstall-helm-project-operator.sh;
104104
105105 - name : Delete k3d cluster
106106 if : always()
Original file line number Diff line number Diff line change @@ -139,10 +139,10 @@ jobs:
139139 run : ./.github/workflows/e2e/scripts/validate-federator.sh;
140140 -
141141 name : Check if Project Registration Namespace is auto-created on namespace detection
142- run : ./.github/workflows/e2e/scripts/create-project-namespace.sh;
142+ run : ./.github/workflows/e2e/scripts/hpo- create-project-namespace.sh;
143143 -
144144 name : Create Project Monitoring Stack via ProjectHelmChart CR
145- run : DEFAULT_SLEEP_TIMEOUT_SECONDS=20 ./.github/workflows/e2e/scripts/create-projecthelmchart.sh;
145+ run : DEFAULT_SLEEP_TIMEOUT_SECONDS=20 ./.github/workflows/e2e/scripts/hpo- create-projecthelmchart.sh;
146146 -
147147 name : Check if the Project Prometheus Stack is up
148148 run : ./.github/workflows/e2e/scripts/validate-project-monitoring.sh;
@@ -172,7 +172,7 @@ jobs:
172172 run : ./.github/workflows/e2e/scripts/validate-project-alertmanager.sh;
173173 -
174174 name : Delete Project Prometheus Stack
175- run : ./.github/workflows/e2e/scripts/delete-projecthelmchart.sh;
175+ run : ./.github/workflows/e2e/scripts/hpo- delete-projecthelmchart.sh;
176176 -
177177 name : Uninstall Prometheus Federator
178178 run : ./.github/workflows/e2e/scripts/uninstall-federator.sh;
You can’t perform that action at this time.
0 commit comments