-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Fix tests following python change #7775
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floryut The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d3b8b96
to
c31880d
Compare
561e836
to
61166f4
Compare
Oracle jobs running fine visible here for centos7 |
https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/pipelines/334079328 so many green jobs 😍 |
- { option: "name", value: "CentOS-{{ ansible_distribution_major_version }} - Extras" } | ||
- { option: "enabled", value: "1" } | ||
- { option: "gpgcheck", value: "0" } | ||
- { option: "baseurl", value: "http://mirror.centos.org/centos/{{ ansible_distribution_major_version }}/extras/$basearch/" } | ||
when: | ||
- use_oracle_public_repo|default(true) | ||
- '''ID="ol"'' in os_release.stdout_lines' |
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.
Is this task for oracle only?
If so, it is nice to have for Oracle
in the task name.
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.
This fixes an issue to block merger gate.
It is better to solve here later if necessary.
/lgtm
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.
You're very right, I'll keep that in my change file, will commit a task name improvement in another PR 👍
* Fix ansible detection for python3 and ubuntu * Fix oracle missing centos-extras repo for containerd/docker dependencies
* Fix ansible detection for python3 and ubuntu * Fix oracle missing centos-extras repo for containerd/docker dependencies
What type of PR is this?
/kind bug
What this PR does / why we need it:
Following this PR (#7769), some ubuntu jobs are now longer working, this will fix that.
This PR also fix oracle jobs which was missing centos extra for container dependencies.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?: