-
Notifications
You must be signed in to change notification settings - Fork 25
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
e2e: switch default test distro to fedora/40-cloud-base. #375
e2e: switch default test distro to fedora/40-cloud-base. #375
Conversation
@askervin @fmuyassarov @kad @pfl PTAL. |
We need python-{selinux,packaging} with distro=fedora/40-cloud-image. Signed-off-by: Krisztian Litkey <[email protected]>
Signed-off-by: Krisztian Litkey <[email protected]>
ee5279c
to
ab25ea1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
pkg: | ||
- iproute-tc | ||
- grubby | ||
state: present | ||
update_cache: true | ||
- name: Extra python3 rpm packages for ansible | ||
ansible.builtin.dnf: | ||
pkg: | ||
- python3-libselinux | ||
- python3-packaging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would merge these two tasks into one and create a single list of requires packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 2nd one is conditional not necessary (and neither possible) on our older Fedora distros.
Fedora 37 is EOL. Switch default test distro to fedora 40 and use cloud base image.