From c8aac2a611ce10266032e424f46ab8eca9e011f9 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Fri, 10 Oct 2025 10:59:58 +0200 Subject: [PATCH 1/3] test renovate Signed-off-by: Francisco Vila --- .github/renovate.json | 11 +++++++++++ performance-tests/perf-tests.sh | 1 + 2 files changed, 12 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 740eb7e0a9..773fa65a19 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -146,6 +146,17 @@ ], "depNameTemplate": "strimzi/strimzi-kafka-operator", "datasourceTemplate": "github-releases" + }, + { + "customType": "regex", + "fileMatch": [ + "performance-tests/perf-tests.sh" + ], + "matchStrings": [ + "AP_LOADER_JAR_VERSION=(?\\d+\\.\\d+-\\d+)" + ], + "depNameTemplate": "me.bechberger:ap-loader-all", + "datasourceTemplate": "maven" } ] } diff --git a/performance-tests/perf-tests.sh b/performance-tests/perf-tests.sh index d86b631ff5..27dd022895 100755 --- a/performance-tests/perf-tests.sh +++ b/performance-tests/perf-tests.sh @@ -8,6 +8,7 @@ set -eo pipefail PERF_TESTS_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +AP_LOADER_JAR_VERSION=4.1-10 TEST=${TEST:-'[0-9][0-9]-.*'} RECORD_SIZE=${RECORD_SIZE:-1024} NUM_RECORDS=${NUM_RECORDS:-10000000} From 897c5ad2ac1572731d9f2cd9cbe3141a2c94b87d Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Fri, 10 Oct 2025 11:05:10 +0200 Subject: [PATCH 2/3] testRenovate Signed-off-by: Francisco Vila --- performance-tests/perf-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance-tests/perf-tests.sh b/performance-tests/perf-tests.sh index 27dd022895..88efcaed3f 100755 --- a/performance-tests/perf-tests.sh +++ b/performance-tests/perf-tests.sh @@ -8,7 +8,7 @@ set -eo pipefail PERF_TESTS_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) -AP_LOADER_JAR_VERSION=4.1-10 +AP_LOADER_JAR_VERSION=4.0-10 TEST=${TEST:-'[0-9][0-9]-.*'} RECORD_SIZE=${RECORD_SIZE:-1024} NUM_RECORDS=${NUM_RECORDS:-10000000} From 7dea4d00df76bd9ed6d51a3bb1c177eaa09a1317 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Fri, 10 Oct 2025 11:06:25 +0200 Subject: [PATCH 3/3] revert perf-tests Signed-off-by: Francisco Vila --- performance-tests/perf-tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/performance-tests/perf-tests.sh b/performance-tests/perf-tests.sh index 88efcaed3f..d86b631ff5 100755 --- a/performance-tests/perf-tests.sh +++ b/performance-tests/perf-tests.sh @@ -8,7 +8,6 @@ set -eo pipefail PERF_TESTS_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) -AP_LOADER_JAR_VERSION=4.0-10 TEST=${TEST:-'[0-9][0-9]-.*'} RECORD_SIZE=${RECORD_SIZE:-1024} NUM_RECORDS=${NUM_RECORDS:-10000000}