-
Notifications
You must be signed in to change notification settings - Fork 373
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
Add logs for the kind tests in jenkins #6543
Conversation
To prevent log files from piling up and consuming too much storage, you can implement a cleanup strategy. This can be done by periodically deleting old log files or by keeping only a limited number of the most recent log files. |
Files in the job's workspace will be cleaned at the beginning of the job. The retention period for job history (including saved log files) is configured by Jenkins, so there is no need to build another cleanup script. |
c2f28f4
to
96a0872
Compare
Signed-off-by: KMAnju-2021 <km074btcse18@igdtuw.ac.in> Add logs for the kind tests in jenkins
96a0872
to
661872e
Compare
@XinShuYang could you take another look and let me know if I can merge this? |
Yes we can merge it. |
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
/test-kind-all |
it will trigger only ipv4 jobs and it's passed, lemme confirm all other ipv6 and dual jobs once. |
/test-kind-ipv6-conformance |
/test-kind-ipv6-all |
Closes: #6538