pan3793 commented on code in PR #6436:
URL: https://github.com/apache/kyuubi/pull/6436#discussion_r1621848787
##########
.github/workflows/master.yml:
##########
@@ -170,6 +170,54 @@ jobs:
**/kyuubi-jdbc-engine.log*
**/kyuubi-hive-sql-engine.log*
+ spark-connector-cross-version-test:
+ name: Kyuubi Spark Connector Cross Version Test
+ runs-on: ubuntu-22.04
+ strategy:
+ fail-fast: false
+ max-parallel: 6
Review Comment:
please limit it to 1, we got asked to
> All workflows SHOULD have a job concurrency level less than or equal to 15.
https://infra.apache.org/github-actions-policy.html
--
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]