lhotari opened a new pull request, #15446: URL: https://github.com/apache/pulsar/pull/15446
### Motivation Uploading surefire reports and container logs has been broken in the new Pulsar CI workflow. Example failure: https://github.com/apache/pulsar/runs/6301697885?check_suite_focus=true ``` Error: Create Artifact Container failed: The artifact name Unit-BROKER_GROUP_2-surefire-reports is not valid. Request URL https://pipelines.actions.githubusercontent.com/EXIZfX8ixSbQEfqDA00dMJrEtloTMSwjlUs9NqJqrTcJfd7NaR/_apis/pipelines/workflows/2269710766/artifacts?api-version=6.0-preview ``` This seems to be caused by the solution in Pulsar CI which attempts to delete logs from a previous test run. ### Modifications - remove solution to delete possible previous logs - upgrade upload-artifact to v3 - set retention to 7 days to save storage space -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
