-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[WIP] Bump Ansible to 10.7.0 & Deprecate RHEL8-based tests #11924
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tico88612 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
/retest-failed |
0bad461
to
14df174
Compare
These are RHEL 8 based tests:
But I don't know why the |
Signed-off-by: ChengHao Yang <[email protected]>
Signed-off-by: ChengHao Yang <[email protected]>
Signed-off-by: ChengHao Yang <[email protected]>
Signed-off-by: ChengHao Yang <[email protected]>
Signed-off-by: ChengHao Yang <[email protected]>
Signed-off-by: ChengHao Yang <[email protected]>
14df174
to
a465ffd
Compare
/label tide/merge-method-merge |
Signed-off-by: ChengHao Yang <[email protected]>
/retest-failed |
https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/9018455357#L935 @VannTen It looks like the upgrade works back to the previous version (v2.27.0) ansible_version check (2.16.4 <= Ansible version < 2.17.0), which causes |
Hum, I think this just means our CI is somewhat broken. We should do a pip install before running kubespray (so twice in the upgrade job), but we do it in the docker image instead.
Now that we have caching though we should be able to pip install on each job without too much trouble 🤔.
|
@VannTen Do you have any idea how to go about modifying it? |
Some but I have little bandwidth next week and I need to rebase the auto update PRs
|
What type of PR is this?
/kind feature
What this PR does / why we need it:
Ansible 9 was deprecated, we should upgrade to the support version.
Which issue(s) this PR fixes:
Fixes #11519
Fixes #11872
Special notes for your reviewer:
WIP, we need to cleanup RHEL 8 (and related) CI jobs first.
Does this PR introduce a user-facing change?: