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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 14c0707ca675e051c5baa461bf17df4247cf3cb4
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jan 12 10:16:13 2023 +0100

    (chores) ci: adjust the alternative GH actions for Camel 4
---
 .../{alternative-os-build.yml => alternative-os-build-main.yml}     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/alternative-os-build.yml 
b/.github/workflows/alternative-os-build-main.yml
similarity index 93%
rename from .github/workflows/alternative-os-build.yml
rename to .github/workflows/alternative-os-build-main.yml
index 9d23705a672..52271bb1f62 100644
--- a/.github/workflows/alternative-os-build.yml
+++ b/.github/workflows/alternative-os-build-main.yml
@@ -15,11 +15,11 @@
 # limitations under the License.
 #
 
-name: alternative os build
+name: Alternative OS Build (Camel 4)
 
 on:
   schedule:
-    # Every 45th minute every 3 hour during working days
+    # Every 45th minute every 3 hours during working days
     - cron: '45 */3 * * 1-5'
     # Every 6 hours during weekends ... we don't want to be flooded with emails
     - cron: '30 */6 * * 6,0'
@@ -43,7 +43,7 @@ jobs:
         uses: actions/setup-java@v3
         with:
           distribution: 'temurin'
-          java-version: 11
+          java-version: 17
           cache: 'maven'
       - name: mvn sourcecheck ${{ matrix.os }}
         run: mvn -B -V -D'http.keepAlive=false' -l build.log 
-D'maven.wagon.http.pool=false' 
-D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress 
-P'format,fastinstall' -DskipTests verify

Reply via email to