Skip to content

Commit ae4afbc

Browse files
authored
Skip second build for CO repo and properly set helm and maven packages for KAO and OAuth (#27)
* Skip second build for CO repo and properly set helm and maven packages for KAO and OAuth Signed-off-by: Jakub Stejskal <xstejs24@gmail.com> * Fix bridge java Signed-off-by: Jakub Stejskal <xstejs24@gmail.com> --------- Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent e39417a commit ae4afbc

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/actions/build/build-binaries/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ runs:
9898
# Common build steps
9999
#############################################################
100100
- name: Run tests and verification
101+
# Tests for operators repo are in separated workflow and this is just a redundant step
102+
if: ${{ inputs.clusterOperatorBuild == 'true' }}
101103
shell: bash
102104
run: |
103105
make java_install

.github/workflows/test-integrations.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
buildContainers: true
4949
modules: "./"
5050
nexusCheck: "kafka-bridge"
51-
javaVersion: "17"
51+
javaVersion: "21"
5252
helmChartName: "none"
5353
releaseVersion: "6.6.6"
5454
imagesDir: "kafka-bridge-amd64.tar.gz"
@@ -63,7 +63,7 @@ jobs:
6363
modules: "./,api"
6464
nexusCheck: "kafka-access-operator"
6565
javaVersion: "21"
66-
helmChartName: "none"
66+
helmChartName: "strimzi-access-operator-helm-3-chart"
6767
releaseVersion: "6.6.6"
6868
imagesDir: "access-operator-container-amd64.tar.gz"
6969
clusterOperatorBuild: false
@@ -172,7 +172,7 @@ jobs:
172172
artifactSuffix: "kafka-oauth"
173173
architecture: "amd64"
174174
buildContainers: false
175-
modules: "./,oauth-common,oauth-client,oauth-server"
175+
modules: "!examples/producer','!examples/consumer"
176176
nexusCheck: "kafka-oauth-common"
177177
javaVersion: "17"
178178
helmChartName: "none"

0 commit comments

Comments
 (0)