-
Notifications
You must be signed in to change notification settings - Fork 431
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
Don't need a repo list for Windows 1.24+ #3295
Don't need a repo list for Windows 1.24+ #3295
Conversation
/cherry-pick release-1.8 |
@jsturtevant: once the present PR merges, I will cherry-pick it on top of release-1.8 in a new PR and assign it to you. In response to this:
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. |
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts-windows |
@jsturtevant: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
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. |
/cherry-pick release-1.7 |
@jsturtevant: once the present PR merges, I will cherry-pick it on top of release-1.7 in a new PR and assign it to you. In response to this:
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. |
/test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
fyi there's a bug where the bot only prints the confirmation for the first line but it does both when the PR merges so you don't actually need tow separate comments |
/lgtm |
LGTM label has been added. Git tree hash: b4a1d8607913f910d45b9f0cd04ef1ef1a4d6aa3
|
Signed-off-by: James Sturtevant <[email protected]>
c93151a
to
4d9ce38
Compare
/release-note-none |
/lgtm |
LGTM label has been added. Git tree hash: 69ce8f9bd0de9cc5eb3a9b93bffeb3f12483093d
|
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon, marosset 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 |
/restest |
/test pull-cluster-api-provider-azure-e2e |
/retest |
flake on #3227 /retest |
@jsturtevant: new pull request created: #3316 In response to this:
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. |
@jsturtevant: new pull request created: #3318 In response to this:
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. |
What type of PR is this?
The 1.24 job is failing due missing the etcd image: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-capz-master-containerd-windows-1-24/1635673910743666688.
This image was pointing to the Azure registry which was recently cleaned up. Since this image is available in upstream 1.23+ we can use that image which doesn't require custom images: https://github.com/kubernetes/kubernetes/pull/92433/commits/c4fc9bba6c292970f7f8e82b8033afbe31f07c9a
The etcd image using in 1.24 is https://github.com/kubernetes/kubernetes/blob/v1.24.11/test/utils/image/manifest.go#L245 3.5.6-0 which does contain windows versions for 2019 and 2022
What this PR does / why we need it:
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 #
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: