-
Notifications
You must be signed in to change notification settings - Fork 538
OCPCLOUD-2914: Add MAPI to CAPI migration to TechPreview #2279
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
Conversation
@nrb: This pull request references OCPCLOUD-2914 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.19.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
Hello @nrb! Some important instructions when contributing to openshift/api: |
@nrb: This pull request references OCPCLOUD-2914 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.19.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/hold |
features/features.go
Outdated
@@ -599,6 +599,7 @@ var ( | |||
contactPerson("jspeed"). | |||
productScope(ocpSpecific). | |||
enhancementPR(legacyFeatureGateWithoutEnhancement). | |||
enableIn(configv1.TechPreviewNoUpgrade). |
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.
Anything enabled in TPNU must also be enabled in DPNU
enableIn(configv1.TechPreviewNoUpgrade). | |
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade). |
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
@nrb: This pull request references OCPCLOUD-2914 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.19.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
/retest |
@nrb: This pull request references OCPCLOUD-2914 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.19.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
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.
/approve
/lgtm
/retest |
Install failed due to running out of quota. |
/retest |
/hold /retest |
/test ? |
@damdo: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In 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-sigs/prow repository. |
/test e2e-aws-ovn-techpreview |
seems like CCO was not working well
|
Failed again due to dns leaking?
|
/test e2e-aws-serial-techpreview |
/retest |
I believe AWS quota issues are cleared up now. /retest |
/retest-required |
1 similar comment
/retest-required |
/hold cancel Pre-requisites appear to have all merged |
/retest-required |
/hold Revision 153be5c was retested 3 times: holding |
/retest /hold cancel |
/retest |
/retest-required |
1 similar comment
/retest-required |
@nrb: all tests passed! Full PR test history. Your PR dashboard. 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. |
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
Enabling the MAPI to CAPI conversion in TechPreview for 4.19.
Required before merging: