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 0beb7e65e7 Restore Quarkus SNAPSHOT testing against 
camel-quarkus-examples camel-quarkus-main branch
0beb7e65e7 is described below

commit 0beb7e65e78643cf71362b973047d9567a52964b
Author: James Netherton <[email protected]>
AuthorDate: Thu Jan 15 09:34:47 2026 +0000

    Restore Quarkus SNAPSHOT testing against camel-quarkus-examples 
camel-quarkus-main branch
    
    This reverts commit 4d6f19fdad6dac1affeb08f8e3f9dffa3fe971df.
---
 .github/workflows/ci-build.yaml            | 3 ---
 .github/workflows/quarkus-master-cron.yaml | 4 +---
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 1edba3a0ef..3e563efff3 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -603,9 +603,6 @@ jobs:
               EXAMPLES_BRANCH=${GITHUB_REF_NAME}
           elif [[ ${GITHUB_BASE_REF} =~ [0-9]+.[0-9]+.x ]]; then
               EXAMPLES_BRANCH=${GITHUB_BASE_REF}
-          elif [[ ${GITHUB_REF_NAME} == "quarkus-main" || ${GITHUB_BASE_REF} 
== "quarkus-main" ]]; then
-              # TODO: Remove this elif clause - 
https://github.com/apache/camel-quarkus/issues/8049
-              EXAMPLES_BRANCH=testcontainers-2.x
           fi
 
           git clone --depth 1 --branch ${EXAMPLES_BRANCH} 
https://github.com/apache/camel-quarkus-examples.git \
diff --git a/.github/workflows/quarkus-master-cron.yaml 
b/.github/workflows/quarkus-master-cron.yaml
index 30e7ad42dd..c3d083d3a5 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -533,9 +533,7 @@ jobs:
           EXAMPLE_MODULES: ${{matrix.examples}}
         shell: '/usr/bin/bash {0}'
         run: |
-          # TODO: Restore camel-quarkus-main branch - 
https://github.com/apache/camel-quarkus/issues/8049
-          EXAMPLES_BRANCH="testcontainers-2.x"
-          # EXAMPLES_BRANCH="camel-quarkus-main"
+          EXAMPLES_BRANCH="camel-quarkus-main"
 
           if [[ ${GITHUB_REF_NAME} =~ [0-9]+.[0-9]+.x ]]; then
               EXAMPLES_BRANCH=${GITHUB_REF_NAME}

Reply via email to