You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/10/28 09:28:00 UTC

[tomcat] branch 10.1.x updated: I think this is only required on main

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new eca45e8801 I think this is only required on main
eca45e8801 is described below

commit eca45e8801a2c5730a4a87334b10515f67d45029
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Oct 28 10:27:48 2022 +0100

    I think this is only required on main
---
 .github/workflows/ci.yml | 57 ------------------------------------------------
 1 file changed, 57 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index 405d36fa79..0000000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,57 +0,0 @@
-#    Licensed under the Apache License, Version 2.0 (the "License");
-#    you may not use this file except in compliance with the License.
-#    You may obtain a copy of the License at
-#
-#        http://www.apache.org/licenses/LICENSE-2.0
-#
-#    Unless required by applicable law or agreed to in writing, software
-#    distributed under the License is distributed on an "AS IS" BASIS,
-#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#    See the License for the specific language governing permissions and
-#    limitations under the License.
-
-name: Smoke Test
-
-on:
-  push:
-    branches:
-      - main
-  pull_request:
-    branches:
-      - main
-
-env:
-  LC_ALL: en_US.UTF-8
-
-jobs:
-  JDKxx_Matrix:
-    strategy:
-      fail-fast: false
-      matrix:
-        java: [ 11, 17, 19, 20-ea ]
-        os: [ ubuntu-latest ]
-        include:
-        - os: windows-latest
-          java: 11
-    name: JDK${{ matrix.java }} ${{ matrix.os }}
-    runs-on: ${{ matrix.os }}
-    steps:
-    - name: Git Checkout
-      uses: actions/checkout@v2
-    - name: Set up Java
-      uses: actions/setup-java@v1
-      with:
-        java-version: ${{ matrix.java }}
-    - name: Build
-      run: |
-        ant -noinput echoproperties deploy embed test-nio test-status
-      env:
-        ANT_OPTS: -Dtest.openssl.exists=false -Dtest.excludePerformance=true -Dtest.exclude=**/TestHttp2Limits.java,org/apache/catalina/connector/TestRequest.java,org/apache/coyote/http11/filters/TestChunkedInputFilter.java,org/apache/catalina/startup/TestTomcat.java,org/apache/coyote/http2/TestHttp2Timeouts.java,org/apache/catalina/core/TestAsyncContextStateChanges.java,org/apache/catalina/valves/TestStuckThreadDetectionValve.java,org/apache/coyote/http11/TestHttp11Processor.java,org/ap [...]
-      continue-on-error:
-        true
-    - name: Upload logs
-      uses: actions/upload-artifact@v2
-      with:
-        name: JDK${{ matrix.java }}-${{ matrix.os }}-logs
-        path: output/build/logs/TEST*.txt
-        retention-days: 7


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org