Skip to content

Commit 0ea1d7e

Browse files
phracekfrenzymadness
authored andcommitted
Enable building and testing python container on RHEL10 host
No python code is changed in container. Only GitHub Action. Running tests is not needed. Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 8cdb6c9 commit 0ea1d7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
version: [ "3.9", "3.9-minimal", "3.11", "3.11-minimal", "3.12", "3.12-minimal", "3.13" ]
64-
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ]
64+
os_test: [ "fedora", "rhel8", "rhel9", "rhel10", "c9s", "c10s" ]
6565
test_case: [ "container" ]
6666
if: |
6767
github.event.issue.pull_request

.github/workflows/openshift-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
version: [ "3.8", "3.9", "3.11" ]
42-
os_test: [ "rhel8", "rhel9" ]
42+
os_test: [ "rhel8", "rhel9", "rhel10" ]
4343
test_case: [ "openshift-pytest" ]
4444

4545
if: |

.github/workflows/openshift-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
version: [ "3.8", "3.9", "3.11", "3.12" ]
53-
os_test: [ "rhel8", "rhel9" ]
53+
os_test: [ "rhel8", "rhel9", "rhel10" ]
5454
test_case: [ "openshift-4" ]
5555

5656
if: |

0 commit comments

Comments
 (0)