cluster-api-provider-openstack: main unit-test#27380
cluster-api-provider-openstack: main unit-test#27380openshift-merge-robot merged 1 commit intoopenshift:masterfrom
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.
Do we even plan to have main-<something> branches?
There was a problem hiding this comment.
If I remove that line, make jobs will add it back.
|
/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.