-
Notifications
You must be signed in to change notification settings - Fork 387
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
Collect full Sonobuoy results for cloud CI jobs #1034
Conversation
Thanks for your PR. The following commands are available:
These commands can only be run by members of the vmware-tanzu organization. |
/skip-all |
2b81d0e
to
6d32cd0
Compare
/skip-all |
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 current commit message / PR description, issue #1032 will be automatically closed when we merge this. I don't think that's what you want.
6d32cd0
to
a8d55f2
Compare
/skip-all |
64dd4ef
to
b417d50
Compare
/skip-all |
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.
LGTM
9a8a970
to
0eb7986
Compare
/skip-all |
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.
LGTM
/skip-all |
32da026
to
2d5d99d
Compare
/skip-all |
Tested on Jenkins that full log bundle can be collected |
triggers: | ||
- timed: H H */2 * * | ||
publishers: | ||
- archive: | ||
allow-empty: true | ||
artifacts: 'eks-test.log' | ||
artifacts: 'eks-test.log, ci/*.tar.gz' |
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.
just want to make sure that this will be a single tarball per job run (i.e. each run is a new checkout and we don't accumulate artifacts indefinitely under this ci/
directory)?
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.
Yes the work directory will be cleared and pulled for each job run
This is the first step in attempt to solve #1032. Dump the sonobouy results for easier debugging of flaky failures.