lhotari opened a new pull request, #19219: URL: https://github.com/apache/pulsar/pull/19219
### Motivation The cache step in GitHub Actions workflows gets sometimes stuck. Example at https://github.com/apache/pulsar/actions/runs/3905696188/jobs/6673646325#step:6:17 ``` Received 1493610815 of 1497805119 (99.7%), 0.5 MBs/sec Received 1493610815 of 1497805119 (99.7%), 0.5 MBs/sec Received 1493610815 of 1497805119 (99.7%), 0.5 MBs/sec Received 1493610815 of 1497805119 (99.7%), 0.5 MBs/sec Received 1493610815 of 1497805119 (99.7%), 0.5 MBs/sec Received 1493610815 of 1497805119 (99.7%), 0.5 MBs/sec Received 1493610815 of 1497805119 (99.7%), 0.5 MBs/sec Received 1493610815 of 1497805119 (99.7%), 0.5 MBs/sec Error: The operation was canceled. ``` The cache step runs until the job times out after 60 minutes. ### Modifications Add `timeout-minutes: 5` to cache steps to limit the execution time to 5 minutes. ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. Please attach the local preview screenshots (run `sh start.sh` at `pulsar/site2/website`) to your PR description, or else your PR might not get merged. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> -- 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]
