Skip to content

Conversation

@pkhartsk
Copy link
Contributor

@pkhartsk pkhartsk commented Nov 4, 2025

Removed the bind-utils dependency and the usage of dig since it was never being called in the tests

@github-actions
Copy link

github-actions bot commented Nov 4, 2025

Pull Request validation

Failed

🔴 Approval - missing or changes were requested

Success

🟢 CI - All checks have passed
🟢 Review - Reviewed by a member

@github-actions
Copy link

github-actions bot commented Nov 4, 2025

Testing Farm results

namecomposearchstatusstarted (UTC)timelogs
RHEL8 - PyTest - OpenShift 4 - 13RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:14:4618min 18stest pipeline
RHEL8 - PyTest - OpenShift 4 - 15RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:14:4718min 60stest pipeline
RHEL8 - PyTest - OpenShift 4 - 16RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:14:4619min 43stest pipeline
RHEL8 - PyTest - OpenShift 4 - 12RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:14:4717min 52stest pipeline
RHEL10 - 16RHEL-10-Nightlyx86_64✅ passed05.11.2025 08:15:0714min 51stest pipeline
RHEL8 - OpenShift 4 - 13RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:15:1417min 2stest pipeline
RHEL10 - PyTest - OpenShift 4 - 16RHEL-10-Nightlyx86_64✅ passed05.11.2025 08:14:4718min 8stest pipeline
RHEL8 - 16RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:15:1117min 29stest pipeline
RHEL8 - 15RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:15:0618min 35stest pipeline
RHEL8 - 13RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:14:5717min 13stest pipeline
RHEL9 - PyTest - OpenShift 4 - 16RHEL-9.6.0-Nightlyx86_64✅ passed05.11.2025 08:14:4724min 5stest pipeline
RHEL9 - PyTest - OpenShift 4 - 15RHEL-9.6.0-Nightlyx86_64✅ passed05.11.2025 08:14:4722min 53stest pipeline
RHEL9 - PyTest - OpenShift 4 - 13RHEL-9.6.0-Nightlyx86_64✅ passed05.11.2025 08:14:4523min 16stest pipeline
RHEL9 - 16RHEL-9.6.0-Nightlyx86_64✅ passed05.11.2025 08:27:2320min 33stest pipeline
CentOS Stream 10 - 16CentOS-Stream-10x86_64✅ passed05.11.2025 08:32:1218min test pipeline
CentOS Stream 9 - 13CentOS-Stream-9x86_64✅ passed05.11.2025 08:15:0614min 49stest pipeline
Fedora - 15Fedora-latestx86_64✅ passed05.11.2025 08:15:1012min 20stest pipeline
Fedora - 16Fedora-latestx86_64✅ passed05.11.2025 08:15:0312min 1stest pipeline
CentOS Stream 9 - 16CentOS-Stream-9x86_64✅ passed05.11.2025 08:15:2715min 16stest pipeline
RHEL8 - OpenShift 4 - 16RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:34:0716min 56stest pipeline
RHEL9 - 13RHEL-9.6.0-Nightlyx86_64✅ passed05.11.2025 08:31:4220min 39stest pipeline
RHEL8 - OpenShift 4 - 12RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:33:2717min 11stest pipeline
RHEL10 - OpenShift 4 - 16RHEL-10-Nightlyx86_64✅ passed05.11.2025 08:33:3816min 9stest pipeline
RHEL9 - OpenShift 4 - 13RHEL-9.6.0-Nightlyx86_64✅ passed05.11.2025 08:15:2320min 44stest pipeline
RHEL9 - 15RHEL-9.6.0-Nightlyx86_64✅ passed05.11.2025 08:15:1321min 16stest pipeline
CentOS Stream 9 - 15CentOS-Stream-9x86_64✅ passed05.11.2025 08:29:4112min 60stest pipeline
RHEL9 - OpenShift 4 - 16RHEL-9.6.0-Nightlyx86_64✅ passed05.11.2025 08:33:1120min 42stest pipeline
RHEL8 - OpenShift 4 - 15RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:31:3819min 5stest pipeline
RHEL9 - OpenShift 4 - 15RHEL-9.6.0-Nightlyx86_64✅ passed05.11.2025 08:31:2824min 6stest pipeline
RHEL8 - 12RHEL-8.10.0-Nightlyx86_64✅ passed05.11.2025 08:15:0115min 58stest pipeline

@github-actions
Copy link

github-actions bot commented Nov 4, 2025

Testing Farm results

namecomposearchstatusstarted (UTC)timelogs
RHEL10 - PyTest - OpenShift 4 - 16RHEL-10-Nightlyx86_64✅ passed04.11.2025 12:38:5017min 18stest pipeline

@pkhartsk
Copy link
Contributor Author

pkhartsk commented Nov 4, 2025

[test-all]

Copy link
Member

@phracek phracek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this pull request. It removes a big dependence and our container will be more imputable from CVE.

The test RHEL10-OpenShift 4 is failing for this reason:
test/imagestreams/postgresql-rhel1.json. The change is easy.

See here: https://github.com/sclorg/mariadb-container/blob/master/test/test-lib-mysql.sh#L165. Just replace postgresql-${OS%[0-9]*}.json with postgresql-${OS//[0-9]/}.json in all test suite. Here https://github.com/sclorg/postgresql-container/blob/master/test/test-lib-postgresql.sh

Please address my changes. OS for RHEL9 has result postgresql-rhel.json but for RHEL10 is postgresql-rhel1.json.

@phracek
Copy link
Member

phracek commented Nov 5, 2025

[test-all]

Copy link
Member

@phracek phracek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. Thanks for removing bind-utils. LGTM.

@pkhartsk pkhartsk merged commit dc4dfad into master Nov 5, 2025
33 checks passed
@pkhartsk pkhartsk deleted the remove-bind-utils branch November 5, 2025 09:04
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.

3 participants