Petr Hracek
Petr Hracek
so the user can easily integrate their project into GitHub Pipelines by GitHub Actions. The reference to Testing Farm as GitHub Action is here: https://github.com/sclorg/testing-farm-as-github-action Pull Request Checklist * [x]...
Container PyTest suite for mysql-container Migration matrix is here: - run_container_creation_tests -> test_container_configuration.py - run_configuration_tests -> test_container_configuration.py - run_general_tests -> test_container_general.py - run_change_password_test -> test_container_password.py - run_change_password_new_user_test -> test_container_password.py -...
In our CI NodeJS 10 for version 24 and 24-minimal failed for this reason. ``` nodejs-nodemon-3.0.3-5.el10.noarch ubi-10-appstream-rpms 620.9 kB nodejs24-1:24.4.1-5.el10.x86_64 rhel-10-server-appstream-rpms 65.6 kB nodejs24-full-i18n-1:24.4.1-5.el10.x86_64 rhel-10-server-appstream-rpms 9.0 MB nodejs24-libs-1:24.4.1-5.el10.x86_64 rhel-10-server-appstream-rpms 22.2...
Python-3.9 for RHEL8 has reached EOL in Nov 2025 The tracking ticket is here: https://issues.redhat.com/browse/RHEL-124844 This pull requests removes this version from building, testing on RHEL8
It would be nice to test in upstream also python container in case of FIPS is enabled on host machine. * First of all the GitHub Action should be present...
Rename bind9.18-utils -> bind-utils. RHEL9 already provides short name. The change introduces this rename is here: https://github.com/sclorg/postgresql-container/pull/608
This pull request enables testing postgresql-container by PyTest for podman point of view. This is the second step for on-boarding PyTest containers for postgresql-container. This pull request is blocked by...
It was deleted by https://github.com/sclorg/django-ex/pull/226 let's get it back for the tests
Add Container PyTest suite to s2i-ruby container. Migration matrix is following: For db, puma, rack applications are classes: db -> TestRubyHelloWorldContainer puma -> TestRubyPumaTestAppContainer rack -> TestRubyRackTestAppContainer ``` test_docker_run_usage ->...