File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
jobs :
6
6
openshift-tests :
7
7
# 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
10
10
strategy :
11
11
fail-fast : false
12
12
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" ]
14
14
15
15
if : |
16
16
github.event.issue.pull_request
@@ -20,11 +20,11 @@ jobs:
20
20
- uses : sclorg/testing-farm-as-github-action@main
21
21
with :
22
22
api_key : ${{ secrets.TF_INTERNAL_API_KEY }}
23
- compose : " RHEL-8.8 .0-Nightly"
23
+ compose : " RHEL-9.4 .0-Nightly"
24
24
git_url : " https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
25
25
git_ref : " master"
26
26
tf_scope : " private"
27
- tmt_plan_regex : " rhel8 -openshift-4"
27
+ tmt_plan_regex : " rhel9 -openshift-4"
28
28
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 }}"
30
30
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"
You can’t perform that action at this time.
0 commit comments