Skip to content

Commit

Permalink
Enable QE nightlies for ginkgo_removal (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Dec 13, 2023
1 parent 2a5158a commit 82d3442
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/qe-ocp-413-intrusive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ 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 @@ -32,7 +37,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
ref: ${{ matrix.test_suite_ref }}

- name: Run initial setup
uses: ./.github/actions/setup
Expand All @@ -51,6 +56,7 @@ 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: 7 additions & 1 deletion .github/workflows/qe-ocp-413.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ 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 @@ -31,7 +36,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
ref: ${{ matrix.test_suite_ref }}

- name: Run initial setup
uses: ./.github/actions/setup
Expand All @@ -50,6 +55,7 @@ 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: 7 additions & 1 deletion .github/workflows/qe-ocp-414-intrusive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ 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 @@ -32,7 +37,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
ref: ${{ matrix.test_suite_ref }}

- name: Run initial setup
uses: ./.github/actions/setup
Expand All @@ -51,6 +56,7 @@ 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: 7 additions & 1 deletion .github/workflows/qe-ocp-414.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ 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 @@ -31,7 +36,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
ref: ${{ matrix.test_suite_ref }}

- name: Run initial setup
uses: ./.github/actions/setup
Expand All @@ -50,6 +55,7 @@ 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 82d3442

Please sign in to comment.