Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cache action to speed up mvn workflow [skip ci] (#9674)
* add cache for testing Signed-off-by: YanxuanLiu <[email protected]> * change cache key file Signed-off-by: YanxuanLiu <[email protected]> * add cache for all stages Signed-off-by: YanxuanLiu <[email protected]> * change key path Signed-off-by: YanxuanLiu <[email protected]> * add mvn help to test Signed-off-by: YanxuanLiu <[email protected]> * add isolated cache job Signed-off-by: YanxuanLiu <[email protected]> * add checkout Signed-off-by: YanxuanLiu <[email protected]> * add java setup Signed-off-by: YanxuanLiu <[email protected]> * remove distribution Signed-off-by: YanxuanLiu <[email protected]> * add distribution Signed-off-by: YanxuanLiu <[email protected]> * add retry for cache Signed-off-by: YanxuanLiu <[email protected]> * add project param Signed-off-by: YanxuanLiu <[email protected]> * make sure cache finished before shim version matrix Signed-off-by: YanxuanLiu <[email protected]> * add cache Signed-off-by: YanxuanLiu <[email protected]> * add cache Signed-off-by: YanxuanLiu <[email protected]> * add cache Signed-off-by: YanxuanLiu <[email protected]> * add check Signed-off-by: YanxuanLiu <[email protected]> * remove test step Signed-off-by: YanxuanLiu <[email protected]> * add ls before cache Signed-off-by: YanxuanLiu <[email protected]> * add check Signed-off-by: YanxuanLiu <[email protected]> * removed test steps Signed-off-by: YanxuanLiu <[email protected]> * add new mvn command, and changed key Signed-off-by: YanxuanLiu <[email protected]> * change mvn command Signed-off-by: YanxuanLiu <[email protected]> * change mvn command Signed-off-by: YanxuanLiu <[email protected]> * Update .github/workflows/mvn-verify-check.yml Co-authored-by: Gera Shegalov <[email protected]> * Update .github/workflows/mvn-verify-check.yml Co-authored-by: Gera Shegalov <[email protected]> * change key format Signed-off-by: YanxuanLiu <[email protected]> * change time format Signed-off-by: YanxuanLiu <[email protected]> * add date Signed-off-by: YanxuanLiu <[email protected]> * fix bug Signed-off-by: YanxuanLiu <[email protected]> * fix time Signed-off-by: YanxuanLiu <[email protected]> * chang key name Signed-off-by: YanxuanLiu <[email protected]> * fix bug Signed-off-by: YanxuanLiu <[email protected]> * change time def Signed-off-by: YanxuanLiu <[email protected]> * change time Signed-off-by: YanxuanLiu <[email protected]> * add step to get current date Signed-off-by: YanxuanLiu <[email protected]> * recover excess deletion. Signed-off-by: YanxuanLiu <[email protected]> * change ref to target branch Signed-off-by: YanxuanLiu <[email protected]> * generate key in cache job Signed-off-by: YanxuanLiu <[email protected]> * upadte key Signed-off-by: YanxuanLiu <[email protected]> * echo key for testing Signed-off-by: YanxuanLiu <[email protected]> * fix bug of time Signed-off-by: YanxuanLiu <[email protected]> * test date Signed-off-by: YanxuanLiu <[email protected]> * remove java version matrix Signed-off-by: YanxuanLiu <[email protected]> * add runner os Signed-off-by: YanxuanLiu <[email protected]> * Update .github/workflows/mvn-verify-check.yml Co-authored-by: Gera Shegalov <[email protected]> * Update .github/workflows/mvn-verify-check.yml Co-authored-by: Gera Shegalov <[email protected]> * add scala 213, and adjusted sequence of steps Signed-off-by: YanxuanLiu <[email protected]> * change iteration var name Signed-off-by: YanxuanLiu <[email protected]> * Update .github/workflows/mvn-verify-check.yml Co-authored-by: Gera Shegalov <[email protected]> --------- Signed-off-by: YanxuanLiu <[email protected]> Co-authored-by: Gera Shegalov <[email protected]>
- Loading branch information