File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55jobs :
66 openshift-tests :
77 # This job only runs for '[test] pull request comments by owner, member
8- name : " RHEL8 tests: imagestream ${{ matrix.version }}"
8+ name : " RHEL9 tests: imagestream ${{ matrix.version }}"
99 runs-on : ubuntu-20.04
1010 strategy :
1111 fail-fast : false
@@ -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-pytest "
2828 update_pull_request_status : true
29- pull_request_status_name : " RHEL8 -OpenShift-4 - imagestream test ${{ matrix.version }}"
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 "
29+ pull_request_status_name : " RHEL9 -OpenShift-4 - imagestream test ${{ matrix.version }}"
30+ variables : " REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }};OS=rhel9 ;SINGLE_VERSION=${{ matrix.version }};TEST_NAME=test-openshift-pytest "
You can’t perform that action at this time.
0 commit comments