cloud-provider-openstack: Add CCM presubmits#21117
cloud-provider-openstack: Add CCM presubmits#21117openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
09cd502 to
a87bc91
Compare
b2b47fa to
58103a6
Compare
|
/test all |
|
/hold to see what the CI will tell us |
|
Oh noes, both rehearsals hit secgroup quota. |
|
/retest |
1 similar comment
|
/retest |
|
/hold cancel WDYT @mdbooth ? |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
Depends on openshift/origin#26430 |
|
/retest |
58103a6 to
ce255c9
Compare
|
Depends on openshift/origin#26449 |
ce255c9 to
79b857f
Compare
|
CustomNoUpgrade is seemingly not causing any more problems. What do you think @mdbooth? Shall we merge and work in repo? Triggering a retest just in case. |
|
/retest |
521355a to
0dccba2
Compare
This patch adds two new jobs to the cloud-provider-openstack presubmits: * `e2e-openstack-ccm` adds the CCM feature gate to OpenShift prior to running the test suite * `e2e-openstack-ccm-install` adds the CCM feature gate to the manifests during the OpenShift installation process, then runs the test suite. Both jobs have `always_run: false` and `optional: true` for the time being. Both jobs have the alert check in TEST_SKIPS until we figure out how to ignore CustomNoUpgrades alerts in Origin directly.
0dccba2 to
7226007
Compare
|
@mdbooth |
|
/test pj-rehearse |
|
@pierreprinetti: The following tests 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. |
mdbooth
left a comment
There was a problem hiding this comment.
/lgtm
Lets debug the remaining failures with the job in place. It's optional and doesn't run by default, so this isn't breaking anybody for now.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mdbooth, 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 3 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. |
This patch adds two new jobs to the cloud-provider-openstack presubmits:
e2e-openstack-ccmadds the CCM feature gate to OpenShift prior torunning the test suite
e2e-openstack-ccm-day1adds the CCM feature gate to the manifestsduring the OpenShift installation process, then runs the test suite.
Both jobs are
always_run: falseandoptional: truefor the timebeing.
Implements OSASINFRA-2559