Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for building and testing RHEL10 #384

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

phracek
Copy link
Member

@phracek phracek commented Jan 8, 2025

This pull request adds support for building and testing RHEL10 containers.

The issue is blocked by sclorg/tfaga-wrapper#37

@phracek phracek force-pushed the support_rhel10 branch 4 times, most recently from d805937 to 4e0ab00 Compare January 9, 2025 13:00
Copy link

github-actions bot commented Jan 9, 2025

Testing Farm results

namecomposearchstatusstarted (UTC)timelogs
Fedora - nginx-containerFedora-latestx86_64✅ passed09.01.2025 13:43:5016min 24stest pipeline
CentOS Stream 9 - nginx-containerCentOS-Stream-9x86_64✅ passed09.01.2025 13:43:5014min 26stest pipeline
CentOS Stream 9 - postgresql-containerCentOS-Stream-9x86_64✅ passed09.01.2025 13:43:0324min 32stest pipeline
Fedora - s2i-base-containerFedora-latestx86_64✅ passed09.01.2025 13:43:0216min 47stest pipeline
CentOS Stream 10 - s2i-base-containerCentOS-Stream-10x86_64✅ passed09.01.2025 13:43:0212min 11stest pipeline
CentOS Stream 10 - s2i-perl-containerCentOS-Stream-10x86_64✅ passed09.01.2025 13:46:0619min 53stest pipeline
CentOS Stream 9 - s2i-perl-containerCentOS-Stream-9x86_64✅ passed09.01.2025 13:54:1920min 57stest pipeline
CentOS Stream 10 - postgresql-containerCentOS-Stream-10x86_64✅ passed09.01.2025 13:43:0314min 22stest pipeline
CentOS Stream 9 - s2i-python-containerCentOS-Stream-9x86_64✅ passed09.01.2025 13:57:131h 24min 26stest pipeline
CentOS Stream 10 - s2i-python-containerCentOS-Stream-10x86_64✅ passed09.01.2025 13:57:0334min 26stest pipeline
Fedora - s2i-python-containerFedora-latestx86_64❌ error10.01.2025 10:02:4256min 2stest pipeline
RHEL10 - postgresql-containerRHEL-10-Nightlyx86_64✅ passed10.01.2025 10:02:4027min 39stest pipeline
RHEL10 - nginx-containerRHEL-10-Nightlyx86_64✅ passed10.01.2025 10:02:4627min 7stest pipeline
RHEL10 - s2i-python-containerRHEL-10-Nightlyx86_64✅ passed10.01.2025 10:02:4027min 13stest pipeline
RHEL9 - postgresql-containerRHEL-9.4.0-Nightlyx86_64✅ passed09.01.2025 13:43:0133min 26stest pipeline
RHEL10 - s2i-base-containerRHEL-10-Nightlyx86_64✅ passed10.01.2025 10:02:3928min 17stest pipeline
RHEL10 - s2i-perl-containerRHEL-10-Nightlyx86_64✅ passed10.01.2025 10:02:4027min 26stest pipeline
RHEL8 - postgresql-containerRHEL-8.10.0-Nightlyx86_64✅ passed09.01.2025 13:43:0245min 45stest pipeline
RHEL9 - s2i-python-containerRHEL-9.4.0-Nightlyx86_64✅ passed09.01.2025 14:00:171h 3min 2stest pipeline
RHEL8 - nginx-containerRHEL-8.10.0-Nightlyx86_64✅ passed09.01.2025 13:43:0125min 58stest pipeline
RHEL9 - s2i-base-containerRHEL-9.4.0-Nightlyx86_64✅ passed09.01.2025 13:43:1020min 7stest pipeline
RHEL9 - s2i-perl-containerRHEL-9.4.0-Nightlyx86_64✅ passed09.01.2025 13:56:4227min 44stest pipeline
RHEL8 - s2i-perl-containerRHEL-8.10.0-Nightlyx86_64✅ passed09.01.2025 13:57:2141min 39stest pipeline
RHEL8 - s2i-python-containerRHEL-8.10.0-Nightlyx86_64✅ passed09.01.2025 14:04:081h 59min 20stest pipeline
RHEL8 - s2i-base-containerRHEL-8.10.0-Nightlyx86_64✅ passed09.01.2025 13:43:0222min 24stest pipeline
CentOS Stream 10 - nginx-containerCentOS-Stream-10x86_64✅ passed09.01.2025 13:43:5212min 41stest pipeline
CentOS Stream 9 - s2i-base-containerCentOS-Stream-9x86_64✅ passed09.01.2025 13:43:0212min 56stest pipeline
Fedora - postgresql-containerFedora-latestx86_64✅ passed09.01.2025 13:43:0423min 16stest pipeline
Fedora - s2i-perl-containerFedora-latestx86_64✅ passed09.01.2025 13:58:4441min 53stest pipeline
RHEL9 - nginx-containerRHEL-9.4.0-Nightlyx86_64✅ passed09.01.2025 13:43:0223min 11stest pipeline

@phracek
Copy link
Member Author

phracek commented Jan 9, 2025

[test]

@sclorg sclorg deleted a comment from github-actions bot Jan 9, 2025
@sclorg sclorg deleted a comment from github-actions bot Jan 9, 2025
@sclorg sclorg deleted a comment from github-actions bot Jan 9, 2025
Copy link

github-actions bot commented Jan 9, 2025

Pull Request validation

Failed

🔴 Failed or pending statuses - Testing Farm - Fedora - s2i-python-container[error]
🔴 Review - Missing review from a member (2 required)

Signed-off-by: Petr "Stone" Hracek <[email protected]>
Add Dockerfile.rhel10 for tests. But ubi10/s2i-core does not exist.
Let's use ubi9/s2i-core for now.

Signed-off-by: Petr "Stone" Hracek <[email protected]>
Signed-off-by: Petr "Stone" Hracek <[email protected]>
@phracek
Copy link
Member Author

phracek commented Jan 9, 2025

[test]

@phracek
Copy link
Member Author

phracek commented Jan 10, 2025

Tests excluding s2i-python-passed. RHEL10 guest was scheduled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants