Yikun commented on a change in pull request #35882:
URL: https://github.com/apache/spark/pull/35882#discussion_r828613380



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -23,8 +23,8 @@ on:
   push:
     branches:
     - '**'
-    - '!branch-*.*'

Review comment:
       Think aloud here, if we enable the all branch validation in each branch 
push event, that means `branch-*.*` will use the regular (hadoop3/java 8). 
   
   1). should we add some configure for each maintaines branches in 
`configure-jobs`?
   
   2). BTW, after 1), I guess some cron jobs can be replaced by this branch 
push event job. 
   ```
       # branch-3.2
       - cron: '0 7 * * *'
   ```




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