Skip to content

Commit 5a74e51

Browse files
authored
Merge pull request #217 from sclorg/fix_github_action
Use RHEL-9.4.0-Nightly compose.
2 parents ede2db1 + 3021bb6 commit 5a74e51

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/openshift-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.PHONY: test-openshift-4
2-
test-openshift-4:
3-
cd tests && PYTHONPATH=$(CURDIR) python3 -m pytest --verbose --color=yes --showlocals .
1+
.PHONY: test-openshift-pytest
2+
test-openshift-pytest:
3+
cd tests && PYTHONPATH=$(CURDIR) python3.12 -m pytest -s -rA --showlocals -vv test_django*.py

0 commit comments

Comments
 (0)