-
Notifications
You must be signed in to change notification settings - Fork 40
UPSTREAM: <carry>: add 83979 automation #602
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
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bandrade The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@bandrade: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/payload-aggregate periodic-ci-openshift-operator-framework-operator-controller-release-4.22-periodics-e2e-gcp-ovn-fips-extended-f2 3 |
|
@kuiwang02: 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/cd4103a0-f0f1-11f0-8562-025d3c7bda00-0 |
| if valid { | ||
| validValue = "true" | ||
| } | ||
| return oc.AsAdmin().Run("process").Args("--ignore-unknown-parameters=true", "-f", webhookTemplate, |
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.
@bandrade I guess it could be failing on build farm. so, I start job to try it.
if it is failing, the better code is 'return oc.AsAdmin().Run("process").Args("-n", "default", "--ignore-unknown-parameters=true", "-f", webhookTemplate,'
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.
@bandrade 83979 is failing as I said. you could refer to https://pr-payload-tests.ci.openshift.org/runs/ci/cd4103a0-f0f1-11f0-8562-025d3c7bda00-0
No description provided.