-
Notifications
You must be signed in to change notification settings - Fork 552
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
Update bootstrap shell CI/CD to utilize containers and clean up #2039
Conversation
Why dropping almalinux for rocky? |
We made the decision to use Rocky during the summer, since it most closely aligns with RedHat, whereas seen differences in how AlmaLinux operates, esp. using alternatives. New CI/CD for bootstrap is going to make use of salt-ci-containers (https://github.com/saltstack/salt-ci-containers), similar to the new pipelines being worked on, hence the change to leverage Rocky. We were using Rocky for the last few months on AWS with Salt build pipelines, but AWS is gone now (Broadcom corp. mandate) |
Currently passing on Linux systemd enabled Ubuntu 22.04 container, waiting for rest of Salt CI Containers (https://github.com/saltstack/salt-ci-containers/pkgs/container/salt-ci-containers%2Ftesting/versions?filters%5Bversion_type%5D=tagged) to support systemd before removing debugging output and performing cleanup of code. MacOS and Windows passing, just waiting on Linux before releasing |
Added testing on MacOS 14 |
Hand tested Photon 5 by hand and adjusted for issues found |
Adding a comment and whoops , wrong button, hence reopen |
What does this PR do?
#2038
What issues does this PR fix or reference?
Fixes #2038