Skip to content

Commit b7fdbb1

Browse files
committed
Switch from ubuntu-20.04 -> ubuntu-lastest
Ubuntu-20.04 was retired in March 2025 and therefore GitHub Actions are not executed at all Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent ac38f6f commit b7fdbb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/openshift-tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
jobs:
66
openshift-tests:
77
# This job only runs for '[test] pull request comments by owner, member
8-
name: "RHEL8 tests: imagestream ${{ matrix.version }}"
9-
runs-on: ubuntu-20.04
8+
name: "RHEL9 tests: imagestream ${{ matrix.version }}"
9+
runs-on: ubuntu-latest
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
version: [ "1.20-ubi7", "1.22-ubi8", "1.20-ubi9", "1.22-ubi9" ]
13+
version: [ "1.20-ubi8", "1.22-ubi8", "1.20-ubi9", "1.22-ubi9" ]
1414

1515
if: |
1616
github.event.issue.pull_request
@@ -20,11 +20,11 @@ jobs:
2020
- uses: sclorg/testing-farm-as-github-action@main
2121
with:
2222
api_key: ${{ secrets.TF_INTERNAL_API_KEY }}
23-
compose: "RHEL-8.8.0-Nightly"
23+
compose: "RHEL-9.4.0-Nightly"
2424
git_url: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
2525
git_ref: "master"
2626
tf_scope: "private"
27-
tmt_plan_regex: "rhel8-openshift-4"
27+
tmt_plan_regex: "rhel9-openshift-4"
2828
update_pull_request_status: true
29-
pull_request_status_name: "RHEL8-OpenShift-4 - imagestream test ${{ matrix.version }}"
29+
pull_request_status_name: "RHEL9-OpenShift-4 - imagestream test ${{ matrix.version }}"
3030
variables: "REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }};OS=rhel8;SINGLE_VERSION=${{ matrix.version }};TEST_NAME=test-openshift-4"

0 commit comments

Comments
 (0)