diff --git a/.github/workflows/chart_test.yml b/.github/workflows/chart_test.yml index 6c8d4347..9d5a4c4e 100644 --- a/.github/workflows/chart_test.yml +++ b/.github/workflows/chart_test.yml @@ -133,7 +133,7 @@ jobs: # Install the pulsar operator before testing the sn-platform - name: Install the pulsar operator - if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name == 'charts/sn-platform' + if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name != 'charts/pulsar-operator' run: | helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com helm -n sn-system install sn charts/pulsar-operator --create-namespace @@ -146,7 +146,7 @@ jobs: df -h - name: Run chart-testing (install) - run: ct install --debug --config ct.yaml --print-config --charts charts/sn-platform + run: ct install --debug --config ct.yaml --print-config --charts {{ steps.list-changed.outputs.chart_name }} - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -207,7 +207,7 @@ jobs: # Install the pulsar operator before testing the sn-platform - name: Install the pulsar operator - if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name == 'charts/sn-platform' + if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name != 'charts/pulsar-operator' run: | helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com helm -n sn-system install sn charts/pulsar-operator --create-namespace @@ -220,7 +220,7 @@ jobs: df -h - name: Run chart-testing (install) - run: ct install --debug --config ct.yaml --print-config --charts charts/sn-platform + run: ct install --debug --config ct.yaml --print-config --charts {{ steps.list-changed.outputs.chart_name }} - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -281,7 +281,7 @@ jobs: # Install the pulsar operator before testing the sn-platform - name: Install the pulsar operator - if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name == 'charts/sn-platform' + if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name != 'charts/pulsar-operator' run: | helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com helm -n sn-system install sn charts/pulsar-operator --create-namespace @@ -294,7 +294,7 @@ jobs: df -h - name: Run chart-testing (install) - run: ct install --debug --config ct.yaml --print-config --charts charts/sn-platform + run: ct install --debug --config ct.yaml --print-config --charts {{ steps.list-changed.outputs.chart_name }} - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -355,7 +355,7 @@ jobs: # Install the pulsar operator before testing the sn-platform - name: Install the pulsar operator - if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name == 'charts/sn-platform' + if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name != 'charts/pulsar-operator' run: | helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com helm -n sn-system install sn charts/pulsar-operator --create-namespace @@ -368,7 +368,7 @@ jobs: df -h - name: Run chart-testing (install) - run: ct install --debug --config ct.yaml --print-config --charts charts/sn-platform + run: ct install --debug --config ct.yaml --print-config --charts {{ steps.list-changed.outputs.chart_name }} - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -429,7 +429,7 @@ jobs: # Install the pulsar operator before testing the sn-platform - name: Install the pulsar operator - if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name == 'charts/sn-platform' + if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name != 'charts/pulsar-operator' run: | helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com helm -n sn-system install sn charts/pulsar-operator --create-namespace @@ -442,7 +442,7 @@ jobs: df -h - name: Run chart-testing (install) - run: ct install --debug --config ct.yaml --print-config --charts charts/sn-platform + run: ct install --debug --config ct.yaml --print-config --charts {{ steps.list-changed.outputs.chart_name }} - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -504,7 +504,7 @@ jobs: # Install the pulsar operator before testing the sn-platform - name: Install the pulsar operator - if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name == 'charts/sn-platform' + if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name != 'charts/pulsar-operator' run: | helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com helm -n sn-system install sn charts/pulsar-operator --create-namespace @@ -517,7 +517,7 @@ jobs: df -h - name: Run chart-testing (install) - run: ct install --debug --config ct.yaml --print-config --charts charts/sn-platform + run: ct install --debug --config ct.yaml --print-config --charts {{ steps.list-changed.outputs.chart_name }} - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -579,7 +579,7 @@ jobs: # Install the pulsar operator before testing the sn-platform - name: Install the pulsar operator - if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name == 'charts/sn-platform' + if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name != 'charts/pulsar-operator' run: | helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com helm -n sn-system install sn charts/pulsar-operator --create-namespace @@ -592,7 +592,7 @@ jobs: df -h - name: Run chart-testing (install) - run: ct install --debug --config ct.yaml --print-config --charts charts/sn-platform + run: ct install --debug --config ct.yaml --print-config --charts {{ steps.list-changed.outputs.chart_name }} - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -654,7 +654,7 @@ jobs: # Install the pulsar operator before testing the sn-platform - name: Install the pulsar operator - if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name == 'charts/sn-platform' + if: steps.list-changed.outputs.changed == 'true' && steps.list-changed.outputs.chart_name != 'charts/pulsar-operator' run: | helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com helm -n sn-system install sn charts/pulsar-operator --create-namespace @@ -667,7 +667,7 @@ jobs: df -h - name: Run chart-testing (install) - run: ct install --debug --config ct.yaml --print-config --charts charts/sn-platform + run: ct install --debug --config ct.yaml --print-config --charts {{ steps.list-changed.outputs.chart_name }} - name: Setup tmate session uses: mxschmitt/action-tmate@v3