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 26d30fc0b7 Revert 26d30fc0b7 is described below commit 26d30fc0b7b769fe11385d019aa521dd705ff7b5 Author: remm <r...@apache.org> AuthorDate: Thu Jun 27 22:21:34 2024 +0200 Revert As Mark pointed out, continue-on-error false prevents the individual test logs from being available. However, the run's failure (if any) is not really visible in that case. --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e907d5ff77..5ee36e337c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,14 +33,12 @@ jobs: isMain: - ${{ contains(github.ref, 'main') }} java: [ 17, 21, 22 ] - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ ubuntu-latest, windows-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: @@ -56,6 +54,9 @@ 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org