From 0d5555c55365b21d038dcba3c7d95ca4ba75c311 Mon Sep 17 00:00:00 2001 From: "service-bot-app[bot]" Date: Thu, 19 Feb 2026 05:14:40 +0000 Subject: [PATCH 1/2] chore: migrate to sonarqube enterprise --- .semaphore/semaphore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 5c1dfb9671..23d5d1d49a 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -106,7 +106,7 @@ after_pipeline: commands: - checkout - artifact pull workflow target - - emit-sonarqube-data --enable_sonarqube_enterprise --run_only_sonar_scan + - emit-sonarqube-data --run_only_sonar_scan - name: Trigger downstream projects commands: - >- From bbb9e0a5af36854a77510c2f4d71aed0732355cf Mon Sep 17 00:00:00 2001 From: "service-bot-app[bot]" Date: Thu, 19 Feb 2026 05:14:42 +0000 Subject: [PATCH 2/2] chore: update repo semaphore config --- .semaphore/semaphore.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 23d5d1d49a..69b4cc1b5f 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -32,13 +32,13 @@ blocks: dependencies: [] run: # don't run the tests on non-functional changes... - when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/'], default_branch: 'master'})" + when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/', 'service.yml', 'README.md'], default_branch: 'master'})" task: jobs: - name: Test commands: - - . sem-pint -c - - ci-tools ci-update-version + - ci-sem-pint -c + - ci-tools ci-update-version --direct-pom-edit - mvn -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate - . cache-maven store epilogue: @@ -56,7 +56,7 @@ blocks: jobs: - name: Release commands: - - ci-tools ci-update-version + - ci-tools ci-update-version --direct-pom-edit - ci-tools ci-push-tag - mvn -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/