-
Notifications
You must be signed in to change notification settings - Fork 523
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
SDN-4600: Add NetworkDiagnosticsConfig to the default featureset #1886
SDN-4600: Add NetworkDiagnosticsConfig to the default featureset #1886
Conversation
@kyrtapz: This pull request references SDN-4600 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 story to target the "4.16.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. |
/cc @huiran0826 |
Hello @kyrtapz! Some important instructions when contributing to openshift/api: |
149c820
to
515d413
Compare
/test e2e-aws-serial |
/test e2e-aws-serial |
LGTM |
/label qe-approved |
@kyrtapz: This pull request references SDN-4600 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 story to target the "4.16.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. |
/test e2e-aws-serial-techpreview |
/retest |
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.
/lgtm
Looking at the verify-schema, we should probably update the list tags that are missing
I would assume both of these can just be set to atomic since the only actor on status fields should be the operator right?
Otherwise as far as I can tell this looks good to go, you have tests (which look green, you have QE sign off, all generation appears to be up to date |
Sounds good, I can look into it. Since this is an unrelated change I would like to keep it separate from this PR. |
/lgtm We have a follow up to fix the SSA tags, and the verify is complaining of missing E2E but we have that linked here and QE approval |
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/verify, ci/prow/verify-crd-schema 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. |
/label acknowledge-critical-fixes-only |
Signed-off-by: Patryk Diak <pdiak@redhat.com>
515d413
to
0385715
Compare
Had to rebase to resolve conflicts in the auto-generated files. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, kyrtapz, trozet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/override ci/prow/verify-crd-schema |
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/verify, ci/prow/verify-crd-schema 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. |
@kyrtapz: 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] This PR has been included in build ose-cluster-config-api-container-v4.17.0-202405151441.p0.g0f9dbca.assembly.stream.el9 for distgit ose-cluster-config-api. |
Enhancement: openshift/enhancements#1585
E2E tests: openshift/origin#28719