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

CAPI: Make most presubmits blocking #30709

Merged

Conversation

killianmuldoon
Copy link
Contributor

@killianmuldoon killianmuldoon commented Sep 14, 2023

Make most of the presubmit jobs for Cluster API blocking on PRs by making them non-optional. The jobs which are still optional are:

  • pull-cluster-api-e2e-scale-main-experimental which is experimental and should not block.
  • pull-cluster-api-apidiff-main which needs to be optional to allow api changes in PRs.
  • pull-cluster-api-e2e-informing-release-1-5 which is explicitly optional - i.e. pr informing rather than blocking.
  • pull-cluster-api-e2e-informing-ipv6-release-1-4 which is explicitly optional - i.e. pr informing rather than blocking
  • pull-cluster-api-e2e-informing-ipv6-release-1-3 which is explicitly optional - i.e. pr informing rather than blocking

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. area/config Issues or PRs related to code in /config area/jobs sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Sep 14, 2023
Copy link
Contributor Author

@killianmuldoon killianmuldoon left a comment

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 the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 14, 2023
Copy link
Member

@sbueringer sbueringer left a comment

Choose a reason for hiding this comment

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

Just two nits

please also update jobs.md in core CAPI accordingly

Thx for taking care of this!

Signed-off-by: killianmuldoon <kmuldoon@vmware.com>
@sbueringer
Copy link
Member

Thank youuuu!!

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 14, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: killianmuldoon, sbueringer

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 merged commit e27ba3a into kubernetes:master Sep 14, 2023
6 of 7 checks passed
@k8s-ci-robot
Copy link
Contributor

@killianmuldoon: Updated the job-config configmap in namespace default at cluster test-infra-trusted using the following files:

  • key cluster-api-presubmits-main.yaml using file config/jobs/kubernetes-sigs/cluster-api/cluster-api-presubmits-main.yaml
  • key cluster-api-presubmits-release-1-3.yaml using file config/jobs/kubernetes-sigs/cluster-api/cluster-api-presubmits-release-1-3.yaml
  • key cluster-api-presubmits-release-1-4.yaml using file config/jobs/kubernetes-sigs/cluster-api/cluster-api-presubmits-release-1-4.yaml
  • key cluster-api-presubmits-release-1-5.yaml using file config/jobs/kubernetes-sigs/cluster-api/cluster-api-presubmits-release-1-5.yaml

In response to this:

Make most of the presubmit jobs for Cluster API blocking on PRs by making them non-optional. The jobs which are still optional are:

  • pull-cluster-api-e2e-scale-main-experimental which is experimental and should not block.
  • pull-cluster-api-apidiff-main which needs to be optional to allow api changes in PRs.
  • pull-cluster-api-e2e-informing-release-1-5 which is explicitly optional - i.e. pr informing rather than blocking.
  • pull-cluster-api-e2e-informing-ipv6-release-1-4 which is explicitly optional - i.e. pr informing rather than blocking
  • pull-cluster-api-e2e-informing-ipv6-release-1-3 which is explicitly optional - i.e. pr informing rather than blocking

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. area/config Issues or PRs related to code in /config area/jobs 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. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants