dongjoon-hyun commented on code in PR #46407:
URL: https://github.com/apache/spark/pull/46407#discussion_r1591586209


##########
.github/workflows/build_python.yml:
##########
@@ -17,18 +17,26 @@
 # under the License.
 #
 
+# According to https://infra.apache.org/github-actions-policy.html,
+# all workflows SHOULD have a job concurrency level less than or equal to 15.
+# To do that, we run one python version per cron schedule
 name: "Build / Python-only (master, PyPy 3.9/Python 3.10/Python 3.12)"
 
 on:
   schedule:
     - cron: '0 15 * * *'
+    - cron: '0 17 * * *'
+    - cron: '0 19 * * *'

Review Comment:
   Although we can have multiple files like `build_python3.10.yml`, 
`build_python3.12.yml`, .... , I guess you prefer to keep this in a single file 
in order to avoid `Duplication`, @HyukjinKwon . 
   
   Please let me know if we can duplicate this file simply per Python version.



-- 
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]

Reply via email to