On Fri, 20 Nov 2020 14:24:12 GMT, Robin Westberg <rwestb...@openjdk.org> wrote:
> Currently Linux x64 testing in GitHub Actions depends on a few non-relevant > hotspot build-only jobs (such as zero) that prevents testing from being run > if those build were to fail. As the tests only require the x64 release and > debug builds to run and provide interesting feedback, we should separate > these other builds into a different job. > > To reduce duplicated steps, all the existing hotspot-only builds have been > consolidated into a single job. This pull request has now been integrated. Changeset: c45725e5 Author: Robin Westberg <rwestb...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/c45725e5 Stats: 517 lines in 1 file changed: 34 ins; 429 del; 54 mod 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing Reviewed-by: shade ------------- PR: https://git.openjdk.java.net/jdk/pull/1350