mchades commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1751374566
##########
.github/workflows/spark-integration-test.yml:
##########
@@ -108,3 +107,64 @@ jobs:
spark-connector/v3.5/spark/build/spark-3.5-integration-test.log
distribution/package/logs/*.out
distribution/package/logs/*.log
+
+ SparkIT-on-pr:
+ needs: changes
+ if: (github.event_name == 'pull_request' &&
needs.changes.outputs.source_changes == 'true')
Review Comment:
To decrease the number of SparkCI jobs. Since the 'pull_request' is more
frequent than 'push', I reduced the multi-jdk running tests under
'pull_request' and moved them to be tested after PR merging to alleviate CI
pressure.
Except for the Java version, everything else is the same.
--
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]