You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/11 12:48:32 UTC

[camel] branch camel-4.1.x updated (b98ce432f20 -> 5401c9b6d2d)

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

acosentino pushed a change to branch camel-4.1.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from b98ce432f20 Added Push build Action for 4.1.x
     new 84d9f12ff73 Revert "Added PR Build for 4.1.x"
     new 5401c9b6d2d Revert "Added Push build Action for 4.1.x"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/pr-build-camel-41x.yml   | 74 ---------------------------
 .github/workflows/push-build-camel-41x.yml | 82 ------------------------------
 2 files changed, 156 deletions(-)
 delete mode 100644 .github/workflows/pr-build-camel-41x.yml
 delete mode 100644 .github/workflows/push-build-camel-41x.yml


[camel] 01/02: Revert "Added PR Build for 4.1.x"

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 84d9f12ff73538f9c9e5827a0610ba26ad7ce12a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 14:38:40 2023 +0200

    Revert "Added PR Build for 4.1.x"
    
    This reverts commit 7fad74707bbc8c62b4d6b607ef5d948652f0be56.
---
 .github/workflows/pr-build-camel-41x.yml | 74 --------------------------------
 1 file changed, 74 deletions(-)

diff --git a/.github/workflows/pr-build-camel-41x.yml b/.github/workflows/pr-build-camel-41x.yml
deleted file mode 100644
index bba84a0959d..00000000000
--- a/.github/workflows/pr-build-camel-41x.yml
+++ /dev/null
@@ -1,74 +0,0 @@
-#
-# 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: PR Build (Camel 4)
-
-on:
-  pull_request:
-    branches:
-      - camel-4.1.x
-    paths-ignore:
-      - .github/**
-      - README.md
-      - SECURITY.md
-      - Jenkinsfile
-      - Jenkinsfile.*
-      - NOTICE.txt
-
-jobs:
-  build:
-    if: github.repository == 'apache/camel'
-    permissions:
-      issues: write
-    runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        java: [ '17' ]
-    steps:
-      - uses: actions/checkout@v4
-        with:
-          persist-credentials: false
-          fetch-depth: 0
-      - id: install-packages
-        uses: ./.github/actions/install-packages
-      - id: install-mvnd
-        uses: ./.github/actions/install-mvnd
-      - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v3
-        with:
-          distribution: 'temurin'
-          java-version: ${{ matrix.java }}
-          cache: 'maven'
-      - name: maven build
-        run: ./mvnw -l build.log -Dquickly install
-      - name: archive logs
-        uses: actions/upload-artifact@v3
-        if: always()
-        with:
-          name: build.log
-          path: build.log
-      - name: Fail if there are uncommitted changes
-        shell: bash
-        run: |
-          [[ -z $(git status --porcelain) ]] || { echo 'There are uncommitted changes'; git status; echo; echo; git diff; exit 1; }
-      - name: mvn test
-        uses: ./.github/actions/incremental-build
-        with:
-          mode: test
-          pr-id: ${{ github.event.number }}
-          github-token: ${{ secrets.GITHUB_TOKEN }}
-          skip-mvnd-install: 'true'


[camel] 02/02: Revert "Added Push build Action for 4.1.x"

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5401c9b6d2da92e5cfe8cf303c68db1e12657bad
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 14:39:21 2023 +0200

    Revert "Added Push build Action for 4.1.x"
    
    This reverts commit b19c630637cdec166f531fcb7f899aa50a465926.
---
 .github/workflows/push-build-camel-41x.yml | 82 ------------------------------
 1 file changed, 82 deletions(-)

diff --git a/.github/workflows/push-build-camel-41x.yml b/.github/workflows/push-build-camel-41x.yml
deleted file mode 100644
index 2ff3424d648..00000000000
--- a/.github/workflows/push-build-camel-41x.yml
+++ /dev/null
@@ -1,82 +0,0 @@
-#
-# 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: Reformat and Build (Camel 4)
-
-on:
-  push:
-    branches:
-      - camel-4.1.x
-    paths-ignore:
-      - .github/**/*
-      - README.md
-      - SECURITY.md
-      - Jenkinsfile
-      - Jenkinsfile.*
-      - NOTICE.txt
-
-permissions: {}
-jobs:
-  build:
-    if: github.repository == 'apache/camel'
-    permissions:
-      contents: write # to create branch (peter-evans/create-pull-request)
-      pull-requests: write # to create a PR (peter-evans/create-pull-request)
-
-    runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        java: [ '17' ]
-    steps:
-      - uses: actions/checkout@v4
-        with:
-          persist-credentials: false
-      - id: install-mvnd
-        uses: ./.github/actions/install-mvnd
-      - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v3
-        with:
-          distribution: 'temurin'
-          java-version: ${{ matrix.java }}
-          cache: 'maven'
-      - name: mvn formatter and build
-        run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log -Dquickly package
-      - name: archive logs
-        uses: actions/upload-artifact@v3
-        if: always()
-        with:
-          name: build.log
-          path: build.log
-      - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v5
-        with:
-          base: main
-          token: ${{ secrets.GITHUB_TOKEN }}
-          commit-message: "Regen for commit ${{ github.sha }}"
-          committer: GitHub <no...@github.com>
-          author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
-          signoff: true
-          branch: regen_bot_41x
-          title: "Generated sources regen"
-          body: |
-            Regen bot :robot: found some uncommitted changes after running build on :camel: `camel-4.1.x` branch.
-            Please do not delete `regen_bot_41x` branch after merge/rebase.
-          labels: |
-            regen
-            automated pr
-            camel-4.1
-          assignees: oscerd