-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bug 1870369: Fix gather bootstrap command #11120
Conversation
@rna-afk: This pull request references Bugzilla bug 1870369, which is invalid:
Comment 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/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rna-afk The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/bugzilla refresh |
@rna-afk: This pull request references Bugzilla bug 1870369, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
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/test-infra repository. |
675cc5a
to
b70f5a7
Compare
/test pj-rehearse |
1 similar comment
/test pj-rehearse |
/retest |
872b0c7
to
2133162
Compare
/test pj-rehearse |
5 similar comments
/test pj-rehearse |
/test pj-rehearse |
/test pj-rehearse |
/test pj-rehearse |
/test pj-rehearse |
57cc7be
to
30ec94a
Compare
8ed07b6
to
e2a587e
Compare
Fixes current setup by setting the GATHER_BOOTSTRAP_ARGS variable which was missing before and now it will gather the bootstrap logs successfully when the test is run.
/test pj-rehearse |
@rna-afk: 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/test-infra repository. I understand the commands that are listed here. |
@rna-afk since the images were moved to rhel8 and there is an issue with CSRs and the older cli I think you will need these: |
Ah got it thanks! was wondering why the tests failed. |
Alternate jq solution would be
I thought the val part extraction looks long and unreadable compared to the grep answer. Let me know if this is a better solution. |
@rna-afk
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closed this PR. 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/test-infra repository. |
@rna-afk: This pull request references Bugzilla bug 1870369. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW 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 kubernetes/test-infra repository. |
Fixes current setup by setting the GATHER_BOOTSTRAP_ARGS variable
which was missing before and now it will gather the bootstrap logs
successfully when the test is run.