Skip to content

Commit 926b19d

Browse files
authored
Bump several Strimzi projects versions and add test-connectors (#42)
* Bump several Strimzi projects versions and add test-connectors Signed-off-by: Jakub Stejskal <xstejs24@gmail.com> * Add proper module for nexus upload for test-connectors repo Signed-off-by: Jakub Stejskal <xstejs24@gmail.com> --------- Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent d7a1b26 commit 926b19d

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

.github/workflows/test-integrations.yml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
project:
2929
# Strimzi Operator - Full pipeline with containers and Helm
3030
- repo: "strimzi/strimzi-kafka-operator"
31-
ref: "release-0.51.x"
31+
ref: "release-1.0.x"
3232
artifactSuffix: "operators"
3333
architecture: "amd64"
3434
buildContainers: true
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Access Operator - Full pipeline with containers
6060
- repo: "strimzi/kafka-access-operator"
61-
ref: "main"
61+
ref: "release-0.3.x"
6262
artifactSuffix: "access-operator"
6363
architecture: "amd64"
6464
buildContainers: true
@@ -88,7 +88,7 @@ jobs:
8888

8989
# Drain Cleaner - Full pipeline with containers and Helm
9090
- repo: "strimzi/drain-cleaner"
91-
ref: "main"
91+
ref: "release-1.6.x"
9292
artifactSuffix: "drain-cleaner"
9393
architecture: "amd64"
9494
buildContainers: true
@@ -118,7 +118,7 @@ jobs:
118118

119119
# Test Clients - Containers only (no Maven deploy)
120120
- repo: "strimzi/test-clients"
121-
ref: "main"
121+
ref: "release-0.14.x"
122122
artifactSuffix: "test-clients"
123123
architecture: "amd64"
124124
buildContainers: true
@@ -193,7 +193,7 @@ jobs:
193193

194194
# Test Container - Java only (no containers)
195195
- repo: "strimzi/test-container"
196-
ref: "main"
196+
ref: "release-0.116.x"
197197
artifactSuffix: "strimzi-test-container"
198198
architecture: "amd64"
199199
buildContainers: false
@@ -205,6 +205,21 @@ jobs:
205205
imagesLocation: "none"
206206
clusterOperatorBuild: false
207207
checkTests: true
208+
209+
# Test Connectors - Java only (no containers)
210+
- repo: "strimzi/test-connectors"
211+
ref: "release-0.1.x"
212+
artifactSuffix: "strimzi-test-connectors"
213+
architecture: "amd64"
214+
buildContainers: false
215+
modules: "./,fault-injection-source-connector"
216+
nexusCheck: "fault-injection-source-connector"
217+
javaVersion: "17"
218+
helmChartName: "none"
219+
releaseVersion: "6.6.6"
220+
imagesLocation: "none"
221+
clusterOperatorBuild: false
222+
checkTests: true
208223

209224
uses: ./.github/workflows/reusable-test-integrations.yml
210225
with:

0 commit comments

Comments
 (0)