This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new cde8ceabf8 Remove continue-on-error
cde8ceabf8 is described below
commit cde8ceabf8c25263681da88f5666eb13cab21a77
Author: remm <[email protected]>
AuthorDate: Thu Jun 27 20:51:45 2024 +0200
Remove continue-on-error
This seems to make the smoke test always pass (with an error annotation,
but not really visible).
Also do a macos Java 22 test, just for one run (quick testing FFM).
---
.github/workflows/ci.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5ee36e337c..e907d5ff77 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,12 +33,14 @@ jobs:
isMain:
- ${{ contains(github.ref, 'main') }}
java: [ 17, 21, 22 ]
- os: [ ubuntu-latest, windows-latest ]
+ os: [ ubuntu-latest, windows-latest, macos-latest ]
exclude:
- isMain: true
java: 17
- os: windows-latest
java: 21
+ - os: macos-latest
+ java: 21
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
@@ -54,9 +56,6 @@ jobs:
ant -noinput echoproperties deploy embed test-nio test-status
env:
ANT_OPTS: -Dtest.openssl.exists=false -Dtest.excludePerformance=true
-Dtest.exclude=jakarta/servlet/http/TestHttpServletDoHeadValidWrite0.java,jakarta/servlet/http/TestHttpServletDoHeadValidWrite1023.java,jakarta/servlet/http/TestHttpServletDoHeadValidWrite1024.java,jakarta/servlet/http/TestHttpServletDoHeadValidWrite1025.java,jakarta/servlet/http/TestHttpServletDoHeadValidWrite1.java,jakarta/servlet/http/TestHttpServletDoHeadValidWrite511.java,jakarta/servlet/http/TestHttpServle
[...]
-
- continue-on-error:
- true
- name: Upload logs
uses: actions/upload-artifact@v4
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]