Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/build/build-binaries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ runs:
# Common build steps
#############################################################
- name: Run tests and verification
# Tests for operators repo are in separated workflow and this is just a redundant step
if: ${{ inputs.clusterOperatorBuild == 'true' }}
shell: bash
run: |
make java_install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
buildContainers: true
modules: "./"
nexusCheck: "kafka-bridge"
javaVersion: "17"
javaVersion: "21"
helmChartName: "none"
releaseVersion: "6.6.6"
imagesDir: "kafka-bridge-amd64.tar.gz"
Expand All @@ -63,7 +63,7 @@ jobs:
modules: "./,api"
nexusCheck: "kafka-access-operator"
javaVersion: "21"
helmChartName: "none"
helmChartName: "strimzi-access-operator-helm-3-chart"
releaseVersion: "6.6.6"
imagesDir: "access-operator-container-amd64.tar.gz"
clusterOperatorBuild: false
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
artifactSuffix: "kafka-oauth"
architecture: "amd64"
buildContainers: false
modules: "./,oauth-common,oauth-client,oauth-server"
modules: "!examples/producer','!examples/consumer"
nexusCheck: "kafka-oauth-common"
javaVersion: "17"
helmChartName: "none"
Expand Down
Loading