From b4a8cd1c250dd60d83dbd31b0cc35da967c7ff7f Mon Sep 17 00:00:00 2001 From: Jakub Stejskal Date: Wed, 10 Jun 2026 23:29:31 +0200 Subject: [PATCH 1/2] Bump several Strimzi projects versions and add test-connectors Signed-off-by: Jakub Stejskal --- .github/workflows/test-integrations.yml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 91f1274..c8200ab 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -28,7 +28,7 @@ jobs: project: # Strimzi Operator - Full pipeline with containers and Helm - repo: "strimzi/strimzi-kafka-operator" - ref: "release-0.51.x" + ref: "release-1.0.x" artifactSuffix: "operators" architecture: "amd64" buildContainers: true @@ -58,7 +58,7 @@ jobs: # Access Operator - Full pipeline with containers - repo: "strimzi/kafka-access-operator" - ref: "main" + ref: "release-0.3.x" artifactSuffix: "access-operator" architecture: "amd64" buildContainers: true @@ -88,7 +88,7 @@ jobs: # Drain Cleaner - Full pipeline with containers and Helm - repo: "strimzi/drain-cleaner" - ref: "main" + ref: "release-1.6.x" artifactSuffix: "drain-cleaner" architecture: "amd64" buildContainers: true @@ -118,7 +118,7 @@ jobs: # Test Clients - Containers only (no Maven deploy) - repo: "strimzi/test-clients" - ref: "main" + ref: "release-0.14.x" artifactSuffix: "test-clients" architecture: "amd64" buildContainers: true @@ -193,7 +193,7 @@ jobs: # Test Container - Java only (no containers) - repo: "strimzi/test-container" - ref: "main" + ref: "release-0.116.x" artifactSuffix: "strimzi-test-container" architecture: "amd64" buildContainers: false @@ -205,6 +205,21 @@ jobs: imagesLocation: "none" clusterOperatorBuild: false checkTests: true + + # Test Connectors - Java only (no containers) + - repo: "strimzi/test-connectors" + ref: "release-0.1.x" + artifactSuffix: "strimzi-test-connectors" + architecture: "amd64" + buildContainers: false + modules: "./" + nexusCheck: "fault-injection-source-connector" + javaVersion: "17" + helmChartName: "none" + releaseVersion: "6.6.6" + imagesLocation: "none" + clusterOperatorBuild: false + checkTests: true uses: ./.github/workflows/reusable-test-integrations.yml with: From 827a9f81cb7fdf50db789afe56811fdad25b3696 Mon Sep 17 00:00:00 2001 From: Jakub Stejskal Date: Thu, 11 Jun 2026 10:29:16 +0200 Subject: [PATCH 2/2] Add proper module for nexus upload for test-connectors repo Signed-off-by: Jakub Stejskal --- .github/workflows/test-integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index c8200ab..ffe1a3f 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -212,7 +212,7 @@ jobs: artifactSuffix: "strimzi-test-connectors" architecture: "amd64" buildContainers: false - modules: "./" + modules: "./,fault-injection-source-connector" nexusCheck: "fault-injection-source-connector" javaVersion: "17" helmChartName: "none"