Integrated: 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing

Robin Westberg rwestberg at openjdk.java.net
Wed Nov 25 08:31:59 UTC 2020


On Fri, 20 Nov 2020 14:24:12 GMT, Robin Westberg <rwestberg at 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 <rwestberg at 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



More information about the build-dev mailing list