-
Notifications
You must be signed in to change notification settings - Fork 83
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
Test on Fedora 41 #508
base: master
Are you sure you want to change the base?
Test on Fedora 41 #508
Conversation
The fedora:41 container image does not have the necessary configuration for our use in Molecule. The dokken/fedora-41:latest image is the better choice for this use. Tested on my local computer with: python3 -m venv venv source venv/bin/activate pip install -r requirements.txt molecule test deactivate
@MarkEWaite Apologies for the oversight, and thank you for stepping in to make the necessary changes. Regarding the next steps, how would you suggest we proceed from here? |
The latest failures should be visible when you run the tests using the instructions in the README. If you can see those failures, then you can start diagnosing what might be causing those failures. I'm out of office until next week, so won't be able to spend any time on it until next week at the earliest. |
2 similar comments
The latest failures should be visible when you run the tests using the instructions in the README. If you can see those failures, then you can start diagnosing what might be causing those failures. I'm out of office until next week, so won't be able to spend any time on it until next week at the earliest. |
The latest failures should be visible when you run the tests using the instructions in the README. If you can see those failures, then you can start diagnosing what might be causing those failures. I'm out of office until next week, so won't be able to spend any time on it until next week at the earliest. |
@MarkEWaite Thanks for the update! I'll go through the test failures as per the README instructions and start diagnosing the issue |
This PR solves #503 by introducing support for Fedora 41 in the Molecule testing environment. The following changes have been made:
Updated molecule.yml: Added Fedora 41 as a platform in the test matrix for the Molecule configuration.
Verified Setup: Successfully pulled the fedora:41 Docker image and confirmed its functionality by running basic commands (uname -a, cat /etc/os-release) inside the container to ensure that Fedora 41 is set up correctly.
Test Validation: Ensured that Fedora 41 runs as expected in the Docker container, confirming that the setup is valid for testing purposes.
Testing done
Submitter checklist