RFR: 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing [v3]
Robin Westberg
rwestberg at openjdk.java.net
Mon Nov 23 09:55:11 UTC 2020
> 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.
Robin Westberg has updated the pull request incrementally with one additional commit since the last revision:
Split long line
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1350/files
- new: https://git.openjdk.java.net/jdk/pull/1350/files/c79e6ab5..75f1e659
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1350&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1350&range=01-02
Stats: 13 lines in 1 file changed: 11 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/1350.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1350/head:pull/1350
PR: https://git.openjdk.java.net/jdk/pull/1350
More information about the build-dev
mailing list