Skip to content

Commit

Permalink
Revert "Enable QE nightlies for ginkgo_removal (#1723)" (#1724)
Browse files Browse the repository at this point in the history
This reverts commit 82d3442.
  • Loading branch information
sebrandon1 authored Dec 13, 2023
1 parent 82d3442 commit 8f517ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/qe-ocp-413-intrusive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
matrix:
# Add more suites if more intrusive tests are added to the QE repo
suite: [lifecycle]
include:
- test_suite_ref: main
qe_ref: main
- test_suite_ref: ginkgo_removal
qe_ref: ginkgo_removal
env:
SHELL: /bin/bash
KUBECONFIG: '/home/labuser/.kube/config'
Expand All @@ -37,7 +32,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ matrix.test_suite_ref }}
ref: ${{ github.sha }}

- name: Run initial setup
uses: ./.github/actions/setup
Expand All @@ -56,7 +51,6 @@ jobs:
with:
repository: ${{ env.QE_REPO }}
path: cnfcert-tests-verification
ref: ${{ matrix.qe_ref }}

- name: Preemptively potential QE namespaces
run: ./scripts/delete-namespaces.sh
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/qe-ocp-413.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
fail-fast: false
matrix:
suite: [accesscontrol, affiliatedcertification, manageability, networking, lifecycle, performance, platformalteration, observability, operator]
include:
- test_suite_ref: main
qe_ref: main
- test_suite_ref: ginkgo_removal
qe_ref: ginkgo_removal
env:
SHELL: /bin/bash
KUBECONFIG: '/home/labuser/.kube/config'
Expand All @@ -36,7 +31,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ matrix.test_suite_ref }}
ref: ${{ github.sha }}

- name: Run initial setup
uses: ./.github/actions/setup
Expand All @@ -55,7 +50,6 @@ jobs:
with:
repository: ${{ env.QE_REPO }}
path: cnfcert-tests-verification
ref: ${{ matrix.qe_ref }}

- name: Preemptively potential QE namespaces
run: ./scripts/delete-namespaces.sh
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/qe-ocp-414-intrusive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
matrix:
# Add more suites if more intrusive tests are added to the QE repo
suite: [lifecycle]
include:
- test_suite_ref: main
qe_ref: main
- test_suite_ref: ginkgo_removal
qe_ref: ginkgo_removal
env:
SHELL: /bin/bash
KUBECONFIG: '/home/labuser2/.kube/config'
Expand All @@ -37,7 +32,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ matrix.test_suite_ref }}
ref: ${{ github.sha }}

- name: Run initial setup
uses: ./.github/actions/setup
Expand All @@ -56,7 +51,6 @@ jobs:
with:
repository: ${{ env.QE_REPO }}
path: cnfcert-tests-verification
ref: ${{ matrix.qe_ref }}

- name: Preemptively potential QE namespaces
run: ./scripts/delete-namespaces.sh
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/qe-ocp-414.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
fail-fast: false
matrix:
suite: [accesscontrol, affiliatedcertification, manageability, networking, lifecycle, performance, platformalteration, observability, operator]
include:
- test_suite_ref: main
qe_ref: main
- test_suite_ref: ginkgo_removal
qe_ref: ginkgo_removal
env:
SHELL: /bin/bash
KUBECONFIG: '/home/labuser2/.kube/config'
Expand All @@ -36,7 +31,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ matrix.test_suite_ref }}
ref: ${{ github.sha }}

- name: Run initial setup
uses: ./.github/actions/setup
Expand All @@ -55,7 +50,6 @@ jobs:
with:
repository: ${{ env.QE_REPO }}
path: cnfcert-tests-verification
ref: ${{ matrix.qe_ref }}

- name: Preemptively potential QE namespaces
run: ./scripts/delete-namespaces.sh
Expand Down

0 comments on commit 8f517ba

Please sign in to comment.