-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[CI] Upload test result files #17907
Comments
This is tricky one :P I've seen those system-tests folder contains symlinks, if the idea is to archive them as a tarball then no issues, otherwise, the implementation #18695 might be something to look at, there is a specific CI archiving implementation to bypass some issues when archiving files in big repositories. The
|
there are tons of files, on the APM Server we upload a tar file with all the content of the folder. |
The test suit generates some files (build/system-tests) that are needed for diagnosing issues, we have to upload those files to Jenkins to help to diagnose when an error happens.
see https://github.com/elastic/apm-server/blob/master/Jenkinsfile#L303-L305
The text was updated successfully, but these errors were encountered: