diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9aa920c..3530ff80 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -133,12 +133,12 @@ jobs: sed -i "s/<>/${{ github.run_number }}/g" test/conf/env.sh sed -i "s/<>/${{ steps.tags.outputs.VERSION }}/g" test/conf/env.sh make feature - - name: Cleanup tests - if: failure() && steps.feature_test.outcome == 'failure' - shell: bash - run: | - set -e - kubectl delete ns ${{ github.run_number }} +# - name: Cleanup tests +# if: failure() && steps.feature_test.outcome == 'failure' +# shell: bash +# run: | +# set -e +# kubectl delete ns ${{ github.run_number }} - run: mkdir -p ${{ github.workspace }}/artifact - run: echo ${{ steps.tags.outputs.VERSION }} > ${{ github.workspace }}/artifact/version.txt - name: Upload Artifact diff --git a/test/bats/controlplane.bats b/test/bats/controlplane.bats index 51b8b0e7..6425bc72 100644 --- a/test/bats/controlplane.bats +++ b/test/bats/controlplane.bats @@ -26,6 +26,7 @@ testCreateControlplane } -@test "Delete k8s namespace" { - testDeleteNamespace -} \ No newline at end of file +# +#@test "Delete k8s namespace" { +# testDeleteNamespace +#} \ No newline at end of file