dongjoon-hyun commented on a change in pull request #34508:
URL: https://github.com/apache/spark/pull/34508#discussion_r744341733
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -33,12 +33,17 @@ on:
- cron: '0 7 * * *'
# PySpark coverage for master branch
- cron: '0 10 * * *'
+ # Java 11
+ - cron: '0 13 * * *'
+ # Java 17
+ - cron: '0 16 * * *'
Review comment:
Unfortunately, we cannot test the daily jobs via PR Builder or [personal
fork](https://github.com/dongjoon-hyun/spark/actions/workflows/build_and_test.yml?query=event%3Aschedule).
--
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]