Skip to content
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

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

KMAnju-2021
Copy link
Contributor

@KMAnju-2021 KMAnju-2021 commented Jul 23, 2024

Closes: #6538

@KMAnju-2021 KMAnju-2021 marked this pull request as draft July 23, 2024 18:09
@KMAnju-2021 KMAnju-2021 marked this pull request as ready for review July 23, 2024 18:19
@KMAnju-2021 KMAnju-2021 marked this pull request as draft July 23, 2024 18:19
@rajnkamr
Copy link
Contributor

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.

@rajnkamr rajnkamr added area/test Issues or PRs related to unit and integration tests. area/test/infra Issues or PRs related to test infrastructure (Jenkins configuration, Ansible playbook, Kind wrappers area/test/jenkins Issue about jenkins setup code labels Jul 24, 2024
@rajnkamr rajnkamr added this to the Antrea v2.2 release milestone Jul 24, 2024
@XinShuYang
Copy link
Contributor

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.

@KMAnju-2021 KMAnju-2021 force-pushed the add-kind-logs branch 4 times, most recently from c2f28f4 to 96a0872 Compare July 29, 2024 06:27
Signed-off-by: KMAnju-2021 <km074btcse18@igdtuw.ac.in>

Add logs for the kind tests in jenkins
@KMAnju-2021 KMAnju-2021 marked this pull request as ready for review July 29, 2024 06:41
@antoninbas
Copy link
Contributor

@XinShuYang could you take another look and let me know if I can merge this?

@XinShuYang
Copy link
Contributor

@XinShuYang could you take another look and let me know if I can merge this?

Yes we can merge it.

Copy link
Contributor

@XinShuYang XinShuYang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@antoninbas
Copy link
Contributor

/test-kind-all

@KMAnju-2021
Copy link
Contributor Author

KMAnju-2021 commented Jul 30, 2024

/test-kind-all

it will trigger only ipv4 jobs and it's passed, lemme confirm all other ipv6 and dual jobs once.

@KMAnju-2021
Copy link
Contributor Author

/test-kind-ipv6-conformance

@KMAnju-2021
Copy link
Contributor Author

/test-kind-ipv6-all

@antoninbas antoninbas merged commit e9990f8 into antrea-io:main Jul 30, 2024
54 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test/infra Issues or PRs related to test infrastructure (Jenkins configuration, Ansible playbook, Kind wrappers area/test/jenkins Issue about jenkins setup code area/test Issues or PRs related to unit and integration tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add logs for the kind tests in jenkins.
4 participants