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

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


The following commit(s) were added to refs/heads/main by this push:
     new cf3dc135b1 Rename CI workflow extensions-jvm-tests job to 
integration-tests-jvm
cf3dc135b1 is described below

commit cf3dc135b1fe4105155129904e4919b058f2db07
Author: James Netherton <[email protected]>
AuthorDate: Thu Mar 12 16:53:20 2026 +0000

    Rename CI workflow extensions-jvm-tests job to integration-tests-jvm
---
 .github/workflows/camel-master-cron.yaml    | 2 +-
 .github/workflows/ci-build.yaml             | 2 +-
 .github/workflows/ci-semeru-jdk.yaml        | 2 +-
 .github/workflows/jdk25-build.yaml          | 2 +-
 .github/workflows/quarkus-lts-ci-build.yaml | 2 +-
 .github/workflows/quarkus-master-cron.yaml  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/camel-master-cron.yaml 
b/.github/workflows/camel-master-cron.yaml
index 1a529e2990..ea9b1afa6f 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -323,7 +323,7 @@ jobs:
         run: |
           ./mvnw ${CQ_MAVEN_ARGS} verify -N -Pbuild-notification -Dstatus=${{ 
job.status }} -DissueId=${{ env.ISSUE_ID }} -Dtoken=${{ secrets.GITHUB_TOKEN }} 
-DbuildId=$(cat ~/build-data/build-id.txt) -Drepo=${GITHUB_REPOSITORY} 
-Dbranch=camel-main -Dbranch-commit=$(cat ~/build-data/main-sha.txt)
 
-  extensions-jvm-tests:
+  integration-tests-jvm:
     runs-on: ubuntu-latest
     needs: initial-mvn-install
     strategy:
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 29953197a3..a95ddb97dc 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -415,7 +415,7 @@ jobs:
         with:
           test-report-xml-base-dir: catalog
 
-  extensions-jvm-tests:
+  integration-tests-jvm:
     runs-on: ubuntu-latest
     needs: initial-mvn-install
     strategy:
diff --git a/.github/workflows/ci-semeru-jdk.yaml 
b/.github/workflows/ci-semeru-jdk.yaml
index cfbb70255d..18f19e805d 100644
--- a/.github/workflows/ci-semeru-jdk.yaml
+++ b/.github/workflows/ci-semeru-jdk.yaml
@@ -281,7 +281,7 @@ jobs:
         with:
           test-report-xml-base-dir: catalog
 
-  extensions-jvm-tests:
+  integration-tests-jvm:
     runs-on: ubuntu-latest
     needs: initial-mvn-install
     strategy:
diff --git a/.github/workflows/jdk25-build.yaml 
b/.github/workflows/jdk25-build.yaml
index 0134a146b2..735e02bb3a 100644
--- a/.github/workflows/jdk25-build.yaml
+++ b/.github/workflows/jdk25-build.yaml
@@ -285,7 +285,7 @@ jobs:
         with:
           test-report-xml-base-dir: catalog
 
-  extensions-jvm-tests:
+  integration-tests-jvm:
     runs-on: ubuntu-latest
     needs: initial-mvn-install
     strategy:
diff --git a/.github/workflows/quarkus-lts-ci-build.yaml 
b/.github/workflows/quarkus-lts-ci-build.yaml
index 12afa20916..56d498b1d4 100644
--- a/.github/workflows/quarkus-lts-ci-build.yaml
+++ b/.github/workflows/quarkus-lts-ci-build.yaml
@@ -295,7 +295,7 @@ jobs:
         with:
           test-report-xml-base-dir: catalog
 
-  extensions-jvm-tests:
+  integration-tests-jvm:
     runs-on: ubuntu-latest
     needs: initial-mvn-install
     strategy:
diff --git a/.github/workflows/quarkus-master-cron.yaml 
b/.github/workflows/quarkus-master-cron.yaml
index c834f66b95..bb6ad19bdf 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -324,7 +324,7 @@ jobs:
         run: |
           ./mvnw ${CQ_MAVEN_ARGS} verify -N -Pbuild-notification -Dstatus=${{ 
job.status }} -DissueId=${{ env.ISSUE_ID }} -Dtoken=${{ secrets.GITHUB_TOKEN }} 
-DbuildId=$(cat ~/build-data/build-id.txt) -Drepo=${GITHUB_REPOSITORY} 
-Dbranch=quarkus-main -Dbranch-commit=$(cat ~/build-data/main-sha.txt)
 
-  extensions-jvm-tests:
+  integration-tests-jvm:
     runs-on: ubuntu-latest
     needs: initial-mvn-install
     strategy:

Reply via email to