-
Notifications
You must be signed in to change notification settings - Fork 938
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #1947] Revamp Github Action settings for CI
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> 1. Add missing asf header 2. Disable fail-fast to let jobs run individually 3. Group defaults maven builds with java & spark version matrix - so this PR brings fully tests with JDK 11 back 4. Group others(now cross-version check only) in `include` 5. replace `actions/cachev2` with `actions/setup-javav2` - `cache: 'maven'` ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Need to pass all CI jobs Closes #1947 from yaooqinn/ga. Closes #1947 7d5d247 [Kent Yao] address comment d8d347b [Kent Yao] address comment 8c3cba9 [Kent Yao] address comment 7400cdc [Kent Yao] checkout 20eeb7b [Kent Yao] test b1c70e4 [Kent Yao] test 4ca4f23 [Kent Yao] test b588cd3 [Kent Yao] test da4f6ae [Kent Yao] test 057790d [Kent Yao] test 01b07b2 [Kent Yao] test 2906ec6 [Kent Yao] test 4d97bf1 [Kent Yao] test cf16f16 [Kent Yao] test 8c12b8e [Kent Yao] test 3b84e45 [Kent Yao] test 6e21d97 [Kent Yao] test dc2d900 [Kent Yao] test 1cff392 [Kent Yao] test a4b4747 [Kent Yao] test c471802 [Kent Yao] test d264d33 [Kent Yao] test ee293c1 [Kent Yao] test 903cb0b [Kent Yao] test f74fa1a [Kent Yao] test Authored-by: Kent Yao <[email protected]> Signed-off-by: Kent Yao <[email protected]>
- Loading branch information
Showing
7 changed files
with
131 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters