-
Notifications
You must be signed in to change notification settings - Fork 2.1k
cluster-api-provider-openstack: main unit-test #27380
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
cluster-api-provider-openstack: main unit-test #27380
Conversation
|
/hold |
6d802f0 to
ebf07de
Compare
|
/test pj-rehearse |
|
oops, the #27380 (comment) was me |
3d6228d to
4477316
Compare
|
@pierreprinetti: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Add a configuration file for the new 'main' branch of cluster-api-provider-openstack, which is the actual downstream of the kubernetes-sigs repository (as opposed to the 'master' branch, which contains a fork of it). The 'main' branch does not build into an image directly. Rather, it is imported as a dependency into openshift/machine-api-provider-openstack. With this commit, unit tests are required for merging PRs in the 'main' branch of cluster-api-provider-openstack.
4477316 to
35e6312
Compare
|
/hold cancel |
| always_run: true | ||
| branches: | ||
| - ^main$ | ||
| - ^main- |
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.
Do we even plan to have main-<something> branches?
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.
If I remove that line, make jobs will add it back.
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.
Oh, okay.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dulek, pierreprinetti The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@pierreprinetti: Updated the following 2 configmaps:
DetailsIn 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. |
Add a configuration file for the new 'main' branch of
cluster-api-provider-openstack, which is the actual downstream of the
kubernetes-sigs repository (as opposed to the 'master' branch, which
contains a fork of it).
The 'main' branch does not build into an image directly. Rather, it is
imported as a dependency into openshift/machine-api-provider-openstack.
With this commit, unit tests are required for merging PRs in the 'main'
branch of cluster-api-provider-openstack.