[
https://issues.apache.org/jira/browse/RANGER-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai reassigned RANGER-5066:
----------------------------------------
Assignee: Attila Doroszlai
> Improve CI workflow
> -------------------
>
> Key: RANGER-5066
> URL: https://issues.apache.org/jira/browse/RANGER-5066
> Project: Ranger
> Issue Type: Improvement
> Components: build-infra
> Reporter: Attila Doroszlai
> Assignee: Attila Doroszlai
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> I would like to propose some improvements for the CI workflow:
> - Use {{actions/cache}} instead of {{setup-java}}'s simple cache option.
> This allows restoring "similar" caches, not just exact cache hits.
> - Run {{build-11}} only after {{build-8}}. If Java 8 build fails, no need to
> spend time trying with Java 11. Run {{build-11}} and {{docker-build}} (test)
> concurrently.
> - Run the workflow on {{push}} for any branch. This allows contributors to
> run the workflow in their fork, to get CI feedback before opening PR.
> (Without pushing to {{master}} in their fork.)
> Will post a PR.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)