[newlib-cygwin/main] Cygwin: CI: Ignore stress test result
Jon Turney via Cygwin-cvs <[email protected]> Wed, 10 Jun 2026 15:05:08 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D9df4a1ba896= 0255f4d6b935097a07f238dea9dbe commit 9df4a1ba8960255f4d6b935097a07f238dea9dbe Author: Jon Turney <[email protected]> Date: Thu Jun 4 22:38:16 2026 +0100 Cygwin: CI: Ignore stress test result =20 There's several expected failures at the moment which just mask new problems occuring. =20 Signed-off-by: Jon Turney <[email protected]> Diff: --- .github/workflows/cygwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 26023a9fa..28f3a5d98 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -257,7 +257,7 @@ jobs: export LOGDIR=3D$(cygpath -a logs) winsup/testsuite/stress/cygstress CI shell: bash --noprofile --norc -o igncr -eo pipefail '{0}' - continue-on-error: ${{ matrix.runarch =3D=3D 'arm64' }} + continue-on-error: true =20 # upload logs artifact - name: Capture logs artifact