dongjoon-hyun opened a new pull request, #42727: URL: https://github.com/apache/spark/pull/42727
### What changes were proposed in this pull request? This PR aims to limit GHA job execution time to up to 5 hours in `build_and_test.yml`. ### Why are the changes needed? Currently, the default value (6 hour) is used. However, when the jobs hit the limit, it's already a hung job and idle for up to 4 hours like the following. - https://github.com/apache/spark/actions/runs/6006429750/job/16290982386 ``` 2023-08-29T02:05:37.2060361Z Finished test(python3.9): pyspark.sql.tests.connect.test_parity_udtf (121s) ... 6 tests were skipped 2023-08-29T02:05:37.2076438Z Starting test(python3.9): pyspark.sql.tests.connect.test_utils (temp output: /__w/spark/spark/python/target/23d2fd2f-b4c6-4427-a20d-e5c884298ed1/python3.9__pyspark.sql.tests.connect.test_utils__qirhbs_0.log) 2023-08-29T06:31:37.9787642Z ##[error]The operation was canceled. 2023-08-29T06:31:38.0274592Z ##[group]Run actions/upload-artifact@v3 ``` ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No because the successful CIs finished in 4 ~ 5 hours. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
