Skip to content

SPLAT-2044 - [vsphere] promote multi-nic to default #2204

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rvanderp3
Copy link
Contributor

@rvanderp3 rvanderp3 commented Feb 17, 2025

Copy link
Contributor

openshift-ci bot commented Feb 17, 2025

Hello @rvanderp3! Some important instructions when contributing to openshift/api:
API design plays an important part in the user experience of OpenShift and as such API PRs are subject to a high level of scrutiny to ensure they follow our best practices. If you haven't already done so, please review the OpenShift API Conventions and ensure that your proposed changes are compliant. Following these conventions will help expedite the api review process for your PR.

@openshift-ci openshift-ci bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 17, 2025
@JoelSpeed
Copy link
Contributor

For the most part, the associated PRs you have raised are likely not needed. Enabling the gate in this repo will allow the MAO and CPMS to pick up the gate change using their gate observers. There's nothing I can think of in client-go or library-go that would require vendoring this change for a gate promotion either.

The installer PR is likely needed though

@rvanderp3
Copy link
Contributor Author

For the most part, the associated PRs you have raised are likely not needed. Enabling the gate in this repo will allow the MAO and CPMS to pick up the gate change using their gate observers. There's nothing I can think of in client-go or library-go that would require vendoring this change for a gate promotion either.

The installer PR is likely needed though

Thanks @JoelSpeed for taking a look. I wasn't sure how that feature gate change would propagate. That certainly simplifies things.

Copy link
Contributor

openshift-ci bot commented Mar 31, 2025

@rvanderp3: This PR was included in a payload test run from openshift/installer#9493
trigger 0 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

1 similar comment
Copy link
Contributor

openshift-ci bot commented Apr 3, 2025

@rvanderp3: This PR was included in a payload test run from openshift/installer#9493
trigger 0 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

Copy link
Contributor

openshift-ci bot commented Apr 3, 2025

@rvanderp3: This PR was included in a payload test run from openshift/installer#9493
trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-nightly-4.19-e2e-vsphere-ovn-multi-network

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/e63e99d0-1091-11f0-815a-95d1230ecb0a-0

Copy link
Contributor

openshift-ci bot commented Apr 3, 2025

@rvanderp3: This PR was included in a payload test run from openshift/installer#9493
trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-nightly-4.19-e2e-vsphere-ovn-multi-network

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/659390a0-10b5-11f0-8279-b4f2deeb2bab-0

@rvanderp3
Copy link
Contributor Author

/test verify-feature-promotion

@jcpowermac
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 10, 2025
@JoelSpeed
Copy link
Contributor

@rvanderp3 Where are we at in terms of testing this feature? Do we have specific testing or is an "if it installs, it works" kind of feature, and if that's the case, can you explain what jobs we have in place?

@WenXinWei
Copy link

/lgtm

@WenXinWei
Copy link

/approve

@rvanderp3
Copy link
Contributor Author

@rvanderp3 Where are we at in terms of testing this feature? Do we have specific testing or is an "if it installs, it works" kind of feature, and if that's the case, can you explain what jobs we have in place?

Hi @JoelSpeed we've been working on two approaches in case we run out of time:

  1. Adding additional e2e tests - OCPBUGS-49351: Added vSphere check for max networks machine-api-operator#1327
  2. QE is testing(has tested; thanks @WenXinWei !) this as well in the event we need an exception

We did have an excellent pass rate for the tech preview job, but for some reason(must have been me :( ) its not showing up in prow. I'm investigating that.

@rvanderp3
Copy link
Contributor Author

@rvanderp3 Where are we at in terms of testing this feature? Do we have specific testing or is an "if it installs, it works" kind of feature, and if that's the case, can you explain what jobs we have in place?

Hi @JoelSpeed we've been working on two approaches in case we run out of time:

1. Adding additional e2e tests - [OCPBUGS-49351: Added vSphere check for max networks machine-api-operator#1327](https://github.com/openshift/machine-api-operator/pull/1327)

2. QE is testing(has tested; thanks @WenXinWei !) this as well in the event we need an exception

We did have an excellent pass rate for the tech preview job, but for some reason(must have been me :( ) its not showing up in prow. I'm investigating that.

me--

https://github.com/openshift/release/pull/63351/files#diff-7ce8489656df8d956c50ed7923f223cabe266e2146255f892fd3f980ba664e20R485-R506

getting a fix in now. i swapped the crons eroneously

@rvanderp3
Copy link
Contributor Author

/assign @JoelSpeed

@JoelSpeed
Copy link
Contributor

Without tests reporting into sippy, we run the risk of not catching regressions in the features we support. As far as I can tell, there are currently no tests for this gate reporting into sippy.

Do you have both tech preview and stable periodics set up that are testing this feature already?

@rvanderp3
Copy link
Contributor Author

Without tests reporting into sippy, we run the risk of not catching regressions in the features we support. As far as I can tell, there are currently no tests for this gate reporting into sippy.

Do you have both tech preview and stable periodics set up that are testing this feature already?

Correct, that is why we had QE test it last week. I am working on getting the tests reported in to Sippy(https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-openshift-release-master-nightly-4.19-e2e-vsphere-ovn-multi-network-techpreview/1911775910613225472) but until last week, we didnt have the framework merged to run those tests. I'm working on fixing the test preview tests at the moment.

@rvanderp3
Copy link
Contributor Author

Without tests reporting into sippy, we run the risk of not catching regressions in the features we support. As far as I can tell, there are currently no tests for this gate reporting into sippy.
Do you have both tech preview and stable periodics set up that are testing this feature already?

Correct, that is why we had QE test it last week. I am working on getting the tests reported in to Sippy(https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-openshift-release-master-nightly-4.19-e2e-vsphere-ovn-multi-network-techpreview/1911775910613225472) but until last week, we didnt have the framework merged to run those tests. I'm working on fixing the test preview tests at the moment.

looks like my test is running with CustomNoUpgrade rather than TechPreview. fixing that now.

@rvanderp3
Copy link
Contributor Author

@JoelSpeed tech preview periodics have been fixed https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-openshift-release-master-nightly-4.19-e2e-vsphere-ovn-multi-network-techpreview. I'm trying to retrieve payload test results but it appears pr-payload-tests.ci.openshift.org may be having issues. Will try another payload run.

@rvanderp3
Copy link
Contributor Author

rvanderp3 commented Apr 16, 2025

and just as I post that, the site comes back up. here is a passing payload test https://pr-payload-tests.ci.openshift.org/runs/ci/659390a0-10b5-11f0-8279-b4f2deeb2bab-0

@rvanderp3
Copy link
Contributor Author

Hi @JoelSpeed after CI stabilized, we have had a large percentage of passing runs. Since QE approved, we have passing payload and the tech preview job is stable, do we need anything else to promote?

@JoelSpeed
Copy link
Contributor

/test verify-feature-promotion

@JoelSpeed
Copy link
Contributor

@rvanderp3 I still don't see any data reporting into component readiness/sippy for this feature. Without data in sippy, we don't have the ability for the TRT folks to automatically monitor for regressions in the feature.

As of 4.19, data in sippy has become mandatory for all feature promotions.

@JoelSpeed
Copy link
Contributor

What tests exist for this feature? Is this a case of "if the install works, the feature works", or do we have specific tests in origin showing that the feature is working? Eg can I create a machineset day 2 that leverages this feature?

@rvanderp3
Copy link
Contributor Author

Ah, my apologies, that's my mistake. I thought we could still have qe sign off on it in 4.19 so thats the approach i was focusing on in parallel with getting the tests running. We have the tests but for some reason they aren't running or reporting and the recent ci issues have made it tough to make headway. We'll take care of this in 4.20. Thanks for taking a look.

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label May 12, 2025
Copy link
Contributor

openshift-ci bot commented May 12, 2025

New changes are detected. LGTM label has been removed.

Copy link
Contributor

openshift-ci bot commented May 12, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: jcpowermac, rvanderp3, WenXinWei
Once this PR has been reviewed and has the lgtm label, please ask for approval from joelspeed. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@rvanderp3
Copy link
Contributor Author

/test verify-feature-promotion

Copy link
Contributor

openshift-ci bot commented May 15, 2025

@rvanderp3: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-serial-techpreview 562ea8a link true /test e2e-aws-serial-techpreview
ci/prow/e2e-aws-serial 562ea8a link true /test e2e-aws-serial
ci/prow/verify-feature-promotion 562ea8a link true /test verify-feature-promotion
ci/prow/e2e-aws-serial-techpreview-2of2 562ea8a link true /test e2e-aws-serial-techpreview-2of2
ci/prow/e2e-aws-serial-2of2 562ea8a link true /test e2e-aws-serial-2of2

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

4 participants