-
Notifications
You must be signed in to change notification settings - Fork 105
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
OCPBUGS-28647: deferred updates: cleanups #1119
OCPBUGS-28647: deferred updates: cleanups #1119
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani 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 |
e34363c
to
113da9f
Compare
Thank you for the cleanup. This looks good to me, but letting other reviewers comment. Only one super-nit:
|
xref: openshift#1019 (comment) Signed-off-by: Francesco Romani <[email protected]>
Simplify the flow aligning code to the left. No intended changes in behavior. xref: openshift#1019 (comment) Signed-off-by: Francesco Romani <[email protected]>
Simplify the code with no intended changes in behavior. Signed-off-by: Francesco Romani <[email protected]>
113da9f
to
d480083
Compare
thanks, fixed |
/cc @Tal-or |
d480083
to
9794263
Compare
@ffromani I don't see where the actual skip is done? |
because is not yet :) I'll still need to do the skipping part consuming the labels |
/hold incomplete PR |
/lgtm |
/hold |
9afed2e
to
897339c
Compare
/unhold before the latest update:
|
897339c
to
e4ce506
Compare
/retest |
The label is |
good catch. Partial update. Fixing. |
uhm, kube standard is to use |
and update the tags to match. This way we can easily skip the flaky tests The naming schema is made consistent with performanceprofile labels: test/e2e/performanceprofile/functests/utils/label/label.go note the recommended kube model is to use `CapitalizedNouns`, while we do `lowercase-dash-separated`. Signed-off-by: Francesco Romani <[email protected]>
nightlies call `make test-e2e` so skip the flaky tests here. Presubmit lanes (= running pre-merge) should still run all tests Signed-off-by: Francesco Romani <[email protected]>
e4ce506
to
0413618
Compare
/lgtm |
thank you for the careful review! low caffeine intake today |
Fix the runtime directory to be forward compatible xref: openshift#1019 (comment) Signed-off-by: Francesco Romani <[email protected]>
Thank you @ffromani , the last change was requested by me. /lgtm |
@ffromani: This pull request references Jira Issue OCPBUGS-28647, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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. |
/jira refresh |
@ffromani: This pull request references Jira Issue OCPBUGS-28647, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
@ffromani: 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. |
@ffromani: Jira Issue OCPBUGS-28647: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged: These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-28647 has not been moved to the MODIFIED state. 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. |
[ART PR BUILD NOTIFIER] Distgit: cluster-node-tuning-operator |
cleanups suggested late in the #1019 cycle or emerged after the first nightly CI run