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

k8s-1.32: introduce k8s-1.32 kubevirtci provider #1327

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

brianmcarey
Copy link
Member

What this PR does / why we need it:

The kubernetes v1.32.0 beta was released[1] - adding a new cluster provider for kubernetes v1.32

Manual run of:

bazel run //robots/cmd/kubevirtci-bumper -- \
        --ensure-latest=true \
        --force-target-major-minor '1.32' \
        --pre-release-version='beta.0' \
        --github-token-path='' \
        --k8s-provider-dir=$PROJECTS/kubevirtci/cluster-provision/k8s \
        --cluster-up-dir=$PROJECTS/kubevirtci/cluster-up

[1] https://github.com/kubernetes/kubernetes/releases/tag/v1.32.0-beta.0

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:

/cc @dhiller @xpivarc

Checklist

This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.

Release note:


The kubernetes v1.32.0 beta was released[1] - adding a new cluster provider for kubernetes v1.32

Manual run of:

```
bazel run //robots/cmd/kubevirtci-bumper -- \
        --ensure-latest=true \
        --force-target-major-minor '1.32' \
        --pre-release-version='beta.0' \
        --github-token-path='' \
        --k8s-provider-dir=$PROJECTS/kubevirtci/cluster-provision/k8s \
        --cluster-up-dir=$PROJECTS/kubevirtci/cluster-up/cl
```

[1] https://github.com/kubernetes/kubernetes/releases/tag/v1.32.0-beta.0

Signed-off-by: Brian Carey <[email protected]>
@kubevirt-bot
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

@kubevirt-bot kubevirt-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. labels Nov 22, 2024
@kubevirt-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from brianmcarey. For more information see the Kubernetes Code Review Process.

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

brianmcarey added a commit to brianmcarey/project-infra that referenced this pull request Nov 22, 2024
…provider

The k8s-1.32 cluster provider is due to be introduced soon[1] - add
optional check-provision jobs to help with testing the new provider

[1] kubevirt/kubevirtci#1327

Signed-off-by: Brian Carey <[email protected]>
@brianmcarey brianmcarey marked this pull request as ready for review November 25, 2024 11:26
@kubevirt-bot kubevirt-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 25, 2024
@dosubot dosubot bot added the sig/buildsystem Denotes an issue or PR that relates to changes in the build system. label Nov 25, 2024
@kubevirt-bot
Copy link
Contributor

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

Test name Commit Details Required Rerun command
check-provision-k8s-1.31 101012e link true /test check-provision-k8s-1.31
check-provision-k8s-1.31-s390x 101012e link true /test check-provision-k8s-1.31-s390x
check-provision-k8s-1.30-s390x 101012e link true /test check-provision-k8s-1.30-s390x

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-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dco-signoff: yes Indicates the PR's author has DCO signed all their commits. sig/buildsystem Denotes an issue or PR that relates to changes in the build system. size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants