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

Temporarily pin Flatcar version to v1.26.10 #4321

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

willie-yao
Copy link
Contributor

What type of PR is this?
/kind failing-test

What this PR does / why we need it:
This test temporarily pins Flatcar version to v1.26.10 due to a known Flatcar issue: kubernetes-sigs/image-builder#1346

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes (temporarily) #4317

Special notes for your reviewer:

  • cherry-pick candidate

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests

Release note:

NONE

@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. release-note-none Denotes a PR that doesn't merit a release note. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Nov 29, 2023
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Nov 29, 2023
@willie-yao
Copy link
Contributor Author

/test pull-cluster-api-provider-azure-e2e-optional

}
// TODO: remove this once Flatcar image is patched https://github.com/kubernetes-sigs/image-builder/issues/1346
// Temporarily pin to v1.26.10
versions = append(versions, semver.MustParse("1.26.10"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Nov 30, 2023
@willie-yao willie-yao changed the title [WIP] Temporarily pin Flatcar version to v1.26.10 Temporarily pin Flatcar version to v1.26.10 Nov 30, 2023
@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 Nov 30, 2023
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (baa8629) 60.17% compared to head (0d992d4) 60.46%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4321      +/-   ##
==========================================
+ Coverage   60.17%   60.46%   +0.28%     
==========================================
  Files         191      191              
  Lines       19200    19201       +1     
==========================================
+ Hits        11554    11610      +56     
+ Misses       7010     6947      -63     
- Partials      636      644       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CecileRobertMichon
Copy link
Contributor

/test pull-cluster-api-provider-azure-e2e-optional

@CecileRobertMichon
Copy link
Contributor

/lgtm
/approve
/hold

pending green optional test

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 30, 2023
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 30, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CecileRobertMichon

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

LGTM label has been added.

Git tree hash: f32a75faae8a8ad48d90ac4502eede13c1269682

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 30, 2023
@nojnhuh
Copy link
Contributor

nojnhuh commented Nov 30, 2023

/test pull-cluster-api-provider-azure-e2e-optional

@nojnhuh
Copy link
Contributor

nojnhuh commented Nov 30, 2023

@CecileRobertMichon The optional test passed and the only required test that failed is because of this known flake: #4264. Are we confident enough that the other failures are unrelated to slash hold cancel this?

@CecileRobertMichon
Copy link
Contributor

/hold cancel
/retest

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 1, 2023
@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented Dec 1, 2023

@willie-yao: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-azure-windows-with-ci-artifacts 0d992d4 link false /test pull-cluster-api-provider-azure-windows-with-ci-artifacts

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot merged commit 12553fd into kubernetes-sigs:main Dec 1, 2023
10 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.13 milestone Dec 1, 2023
@willie-yao
Copy link
Contributor Author

/cherry-pick release-1.12

@k8s-infra-cherrypick-robot

@willie-yao: new pull request created: #4362

In response to this:

/cherry-pick release-1.12

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@willie-yao
Copy link
Contributor Author

/cherry-pick release-1.11

@k8s-infra-cherrypick-robot

@willie-yao: new pull request created: #4363

In response to this:

/cherry-pick release-1.11

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants