Skip to content
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

Merged
merged 2 commits into from
Jul 9, 2021

Conversation

floryut
Copy link
Member

@floryut floryut commented Jul 5, 2021

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?:

NONE

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jul 5, 2021
@k8s-ci-robot k8s-ci-robot requested a review from bozzo July 5, 2021 08:22
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from oomichi July 5, 2021 08:22
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 5, 2021
@floryut floryut force-pushed the fix_tests branch 5 times, most recently from d3b8b96 to c31880d Compare July 5, 2021 13:15
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jul 5, 2021
@floryut floryut force-pushed the fix_tests branch 4 times, most recently from 561e836 to 61166f4 Compare July 8, 2021 19:39
@floryut floryut marked this pull request as ready for review July 8, 2021 19:48
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 8, 2021
@floryut
Copy link
Member Author

floryut commented Jul 8, 2021

Oracle jobs running fine visible here for centos7
Ubuntu jobs running fine available here for ubuntu18 and here for ubuntu20

@floryut
Copy link
Member Author

floryut commented Jul 8, 2021

/cc @oomichi @EppO

@k8s-ci-robot k8s-ci-robot requested a review from EppO July 8, 2021 19:52
@floryut floryut changed the title Check tests following python change Fix tests following python change Jul 8, 2021
@floryut
Copy link
Member Author

floryut commented Jul 8, 2021

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'
Copy link
Contributor

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.

Copy link
Contributor

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

Copy link
Member Author

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 👍

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 9, 2021
@k8s-ci-robot k8s-ci-robot merged commit d1388d6 into kubernetes-sigs:master Jul 9, 2021
LuckySB pushed a commit to southbridgeio/kubespray that referenced this pull request Oct 23, 2021
* Fix ansible detection for python3 and ubuntu

* Fix oracle missing centos-extras repo for containerd/docker dependencies
sakuraiyuta pushed a commit to sakuraiyuta/kubespray that referenced this pull request Apr 16, 2022
* Fix ansible detection for python3 and ubuntu

* Fix oracle missing centos-extras repo for containerd/docker dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants