On Thu, 7 Apr 2022 07:53:38 GMT, Christoph Langer <clan...@openjdk.org> wrote:

> In GitHub Actions the step "Check that all tests executed successfully" will 
> be marked as failing when the "Run tests" step did not run but some earlier 
> step already failed. This is irritating and it can be corrected by doing the 
> test check only if testing was not skipped.
> 
> Here is a link to such a test run where the check failed although the issue 
> was with the cygwin installation: 
> https://github.com/GoeLin/jdk11u-dev/runs/5788778433?check_suite_focus=true

This pull request has now been integrated.

Changeset: 8eac3427
Author:    Christoph Langer <clan...@openjdk.org>
URL:       
https://git.openjdk.java.net/jdk/commit/8eac3427b1d3932378965c7dce26853d1e1a04d9
Stats:     8 lines in 1 file changed: 4 ins; 0 del; 4 mod

8284507: GHA: Only check test results if testing was not skipped

Reviewed-by: shade, ihse

-------------

PR: https://git.openjdk.java.net/jdk/pull/8139

Reply via email to