-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
NO-JIRA: address malformed CMO configmap post-test #29309
NO-JIRA: address malformed CMO configmap post-test #29309
Conversation
@rexagod: This pull request explicitly references no jira issue. 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. |
/payload-job periodic-ci-openshift-release-master-nightly-4.18-e2e-metal-ipi-ovn-dualstack-techpreview |
@rexagod: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/a6d8cc40-a721-11ef-9610-9f6007979bc0-0 |
@@ -84,14 +84,12 @@ var _ = g.Describe("[sig-instrumentation][OCPFeatureGate:MetricsCollectionProfil | |||
if err != nil { | |||
if errors.IsNotFound(err) { | |||
g.By("initially, creating a configuration for the operator as it did not exist") | |||
operatorConfiguration = nil | |||
err = r.makeCollectionProfileConfigurationFor(tctx, collectionProfileDefault) |
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.
With the 2 other suggestions, I find the code flow to be easier to read.
err = r.makeCollectionProfileConfigurationFor(tctx, collectionProfileDefault) | |
return r.makeCollectionProfileConfigurationFor(tctx, collectionProfileDefault) |
} | ||
|
||
return nil | ||
return err |
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.
return err | |
return nil |
Thank you for the review, Simon. I'm keeping an eye out for the |
e4aa2a4
to
a31ed34
Compare
/payload-job periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-techpreview-serial |
@rexagod: trigger 0 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command |
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
a31ed34
to
c4c4e96
Compare
/payload-job periodic-ci-openshift-release-master-nightly-4.18-e2e-metal-ipi-ovn-dualstack-techpreview |
@rexagod: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/e16d4690-a7e1-11ef-8402-8fcc4c703a9c-0 |
/payload-job periodic-ci-openshift-release-master-nightly-4.18-e2e-metal-ipi-ovn-ipv6-techpreview |
@rexagod: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/f6975dd0-a7e1-11ef-82ff-8e570b0d9c7c-0 |
/retest |
/retest |
Test results on metal-dualstack-techpreview and metal-ipv6-techpreview seem okay for the ones that concern us. Also, no flakes w.r.t. any of our tests on either of these runs. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rexagod, simonpasquier 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 |
@rexagod: The following tests failed, say
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. |
Job Failure Risk Analysis for sha: c4c4e96
|
e25fe13
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-tests |
/payload-job periodic-ci-openshift-release-master-ci-4.19-e2e-aws-ovn-techpreview |
@xueqzhan: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/cd8031a0-ad0f-11ef-9517-d4a3ccf5d7fe-0 |
/payload-job periodic-ci-openshift-release-master-nightly-4.19-e2e-gcp-ovn-crun-techpreview |
@rexagod: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/aef6b800-ae61-11ef-8ec5-24fd4cd39441-0 |
No description provided.