diff --git a/.github/workflows/qe-ocp-414-intrusive.yaml b/.github/workflows/qe-ocp-414-intrusive.yaml index e55f134bd..2c94fe07c 100644 --- a/.github/workflows/qe-ocp-414-intrusive.yaml +++ b/.github/workflows/qe-ocp-414-intrusive.yaml @@ -60,6 +60,10 @@ jobs: run: ./scripts/delete-namespaces.sh working-directory: cnfcert-tests-verification + - name: Preemptively delete contents of openshift-marketplace namespace + run: ./scripts/clean-marketplace.sh + working-directory: cnfcert-tests-verification + - name: Preemptively delete report and config folders shell: bash run: | diff --git a/.github/workflows/qe-ocp-414.yaml b/.github/workflows/qe-ocp-414.yaml index 039f1c4fc..1c8848bd5 100644 --- a/.github/workflows/qe-ocp-414.yaml +++ b/.github/workflows/qe-ocp-414.yaml @@ -59,6 +59,10 @@ jobs: run: ./scripts/delete-namespaces.sh working-directory: cnfcert-tests-verification + - name: Preemptively delete contents of openshift-marketplace namespace + run: ./scripts/clean-marketplace.sh + working-directory: cnfcert-tests-verification + - name: Preemptively delete report and config folders shell: bash run: | diff --git a/.github/workflows/qe-ocp-415-intrusive.yaml b/.github/workflows/qe-ocp-415-intrusive.yaml index 8b87f4edb..dec9c8eb0 100644 --- a/.github/workflows/qe-ocp-415-intrusive.yaml +++ b/.github/workflows/qe-ocp-415-intrusive.yaml @@ -60,6 +60,10 @@ jobs: run: ./scripts/delete-namespaces.sh working-directory: cnfcert-tests-verification + - name: Preemptively delete contents of openshift-marketplace namespace + run: ./scripts/clean-marketplace.sh + working-directory: cnfcert-tests-verification + - name: Preemptively delete report and config folders shell: bash run: | diff --git a/.github/workflows/qe-ocp-415.yaml b/.github/workflows/qe-ocp-415.yaml index 51bdd3dac..4c2f9a014 100644 --- a/.github/workflows/qe-ocp-415.yaml +++ b/.github/workflows/qe-ocp-415.yaml @@ -59,6 +59,10 @@ jobs: run: ./scripts/delete-namespaces.sh working-directory: cnfcert-tests-verification + - name: Preemptively delete contents of openshift-marketplace namespace + run: ./scripts/clean-marketplace.sh + working-directory: cnfcert-tests-verification + - name: Preemptively delete report and config folders shell: bash run: |