-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Archive openjdk regression tests output including diagnostic files #1073
Conversation
- Change workDir from $(TEST_RESROOT) to TKG $(REPORTDIR) so it will be archived by default - Do not need to archive *.jtr separately as *.jtr are under $(REPORTDIR) and they will be archived by default Signed-off-by: lanxia <[email protected]>
https://ci.eclipse.org/openj9/view/Test_grinder/job/Test-Grinder_Sandbox/28/ Output:
dmp can be found in the archive: https://140-211-168-230-openstack.osuosl.org/artifactory/ci-eclipse-openj9/Test/Test-Grinder_Sandbox/28/
|
https://ci.adoptopenjdk.net/view/work%20in%20progress/job/Grinder_Sandbox/243/ |
Would like to deliver it after the release. Mark this PR WIP for now. |
workDir is also the location for all executed tests, i.e. .class files. Probably filter those to reduce the archive size? |
I checked the tar size and .class files does not seem to affect much, so I will keep them for now. |
At one point very early on, we archived html files, but @akolarkunnu advised that the jtr files contained more information and were more useful, so we did not bother with the html files. I am happy to have this particular PR merged now (ahead of the release) if you like. We will still have 3 days to monitor runs before Tuesday, so the intent was locking the repo down later tonight. |
Sorry Shelley, missed your msg last Friday. I am ok to merge it before release. Removing WIP. |
Its not a problem to wait either (now that we are so close to the release, I will say we wait), also, since PR is still pending @sophia-guo 's review. |
archived by default
*.jtr
separately in Jenkins file as*.jtr
are under$(REPORTDIR) (i.e., test_output_*) now and they will be archived by default
Fixes: eclipse-openj9/openj9#5454
Signed-off-by: lanxia [email protected]