You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/01/12 14:23:30 UTC

[camel] 04/06: (chores) ci: adjust the alternative GH actions for Camel 4

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

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

commit bb54d71192234c7803b89b1a64181a01326c31b7
Author: Otavio Rodolfo Piske <an...@gmail.com>
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