[ 
https://issues.apache.org/jira/browse/CURATOR-624?focusedWorklogId=696610&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-696610
 ]

ASF GitHub Bot logged work on CURATOR-624:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Dec/21 13:19
            Start Date: 15/Dec/21 13:19
    Worklog Time Spent: 10m 
      Work Description: eolivelli commented on a change in pull request #403:
URL: https://github.com/apache/curator/pull/403#discussion_r769617114



##########
File path: .github/workflows/ci-unit-jdk11.yaml
##########
@@ -0,0 +1,49 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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: CI - Tests JDK 11
+on:
+  push:
+  pull_request:
+    branches:
+      - master
+
+env:
+  MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.http.retryHandler.class=standard 
-Dmaven.wagon.http.retryHandler.count=3
+
+jobs:
+  check:
+    name:
+    runs-on: ubuntu-latest
+    timeout-minutes: 120
+
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2
+
+      - name: Set up JDK 11
+        uses: actions/setup-java@v2
+        with:
+          java-version: 11
+
+      - name: Build
+        run: mvn -B clean install -DskipTests
+
+      - name: Test
+        run: mvn -B test

Review comment:
       this should be "verify"




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 696610)
    Remaining Estimate: 0h
            Time Spent: 10m

> Migrate CI from Travis to GitHub actions
> ----------------------------------------
>
>                 Key: CURATOR-624
>                 URL: https://issues.apache.org/jira/browse/CURATOR-624
>             Project: Apache Curator
>          Issue Type: Wish
>            Reporter: Enrico Olivelli
>            Assignee: Enrico Olivelli
>            Priority: Blocker
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Travis is broken, we need to migrate CI somewhere else



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to