close a verify-codegen ci failure loophole#5447
close a verify-codegen ci failure loophole#5447openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
The codegen tests fail now as they should: We should merge #5406 first |
|
fyi @patrickdillon |
|
/lgtm |
|
looks good to me |
There was a problem hiding this comment.
Just remove the set -x and set +x instead of going through the machinations of checking the return codes.
There was a problem hiding this comment.
This is going to fail because the file no longer exists. We need a replacement for this. But we can comment it out for now.
1786131 to
6f6b93a
Compare
|
@staebler @jhixson74 PTAL at the updates |
staebler
left a comment
There was a problem hiding this comment.
The changes look good.
Please improve upon the PR and commit title so that they are not quite so generic.
|
/approve |
|
i updated the summary comment and pr title. hopefully gh picks those up. |
You need to push up the commit with the updated message. |
|
@staebler done |
There was a problem hiding this comment.
Let's leave this up above the git diff as it was.
if the go codegen commands failed, the the hack/verify-codegen.sh script continued and the CI check passed. see openshift#5406 for an example. the script was not set to fail on a non-zero return code. this pr adds the bash e option to the set builtin to catch errors and exit on failure. Signed-off-by: Christy Norman <christy@linux.vnet.ibm.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: staebler The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| # See https://github.com/openshift/installer/pull/5447#discussion_r762340594 | ||
| # go generate ./pkg/rhcos/ami.go |
There was a problem hiding this comment.
sounds like i should just delete those two commented-out lines now then @staebler?
There was a problem hiding this comment.
No, leave them commented out. This PR will likely merge before mine.
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
6 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@clnperez: The following tests failed, say
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/test-infra repository. I understand the commands that are listed here. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
15 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
if the
go codegencommands failed, the thehack/verify-codegen.shscript continued and the CI check passed. see #5406 for an example. the script was not set to fail on a non-zero return code. this pr adds the basheoption to thesetbuiltin to catch errors and exit on failure.Signed-off-by: Christy Norman christy@linux.vnet.ibm.com