From 19314310753264c8d65c9a0bba462ff2f98de22b Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Tue, 16 Jan 2024 14:05:17 +0100 Subject: [PATCH] Updating to next snapshot release Signed-off-by: Alexander Schwartz --- ansible/env_example.yml | 2 +- ansible/env_rosa_benchmark.yml | 2 +- benchmark/pom.xml | 2 +- dataset/pom.xml | 2 +- .../modules/ROOT/pages/report/rosa-benchmark-key-results.adoc | 2 +- .../modules/ROOT/pages/run/running-benchmark-ansible.adoc | 2 +- pom.xml | 2 +- .../rosa-cross-dc/keycloak-benchmark-crossdc-tests/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ansible/env_example.yml b/ansible/env_example.yml index 3985f107e..ec205cc47 100644 --- a/ansible/env_example.yml +++ b/ansible/env_example.yml @@ -11,6 +11,6 @@ instance_volume_size: 30 # kcb_version: 0.9-SNAPSHOT # This will use a locally built version -kcb_zip: ../benchmark/target/keycloak-benchmark-0.10-SNAPSHOT.zip +kcb_zip: ../benchmark/target/keycloak-benchmark-0.12-SNAPSHOT.zip kcb_heap_size: 1G diff --git a/ansible/env_rosa_benchmark.yml b/ansible/env_rosa_benchmark.yml index f62fc6f1c..b6917d0d0 100644 --- a/ansible/env_rosa_benchmark.yml +++ b/ansible/env_rosa_benchmark.yml @@ -1,5 +1,5 @@ # Setting use for ROSA default benchmark cluster_size: 5 -kcb_zip: ../benchmark/target/keycloak-benchmark-0.10-SNAPSHOT.zip +kcb_zip: ../benchmark/target/keycloak-benchmark-0.12-SNAPSHOT.zip # GitHub actions seem to use different IP addresses for a single runner, which would then be rejected cidr_ip: '0.0.0.0/0' diff --git a/benchmark/pom.xml b/benchmark/pom.xml index a7f71b346..145523894 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -4,7 +4,7 @@ org.keycloak.benchmark keycloak-benchmark - 0.10-SNAPSHOT + 0.12-SNAPSHOT 2.12.10 diff --git a/dataset/pom.xml b/dataset/pom.xml index 152bd959b..d63af2f41 100644 --- a/dataset/pom.xml +++ b/dataset/pom.xml @@ -4,7 +4,7 @@ keycloak-benchmark-parent org.keycloak - 0.10-SNAPSHOT + 0.12-SNAPSHOT ../pom.xml 4.0.0 diff --git a/doc/benchmark/modules/ROOT/pages/report/rosa-benchmark-key-results.adoc b/doc/benchmark/modules/ROOT/pages/report/rosa-benchmark-key-results.adoc index 14a6f529e..bf510ad0a 100644 --- a/doc/benchmark/modules/ROOT/pages/report/rosa-benchmark-key-results.adoc +++ b/doc/benchmark/modules/ROOT/pages/report/rosa-benchmark-key-results.adoc @@ -149,7 +149,7 @@ See xref:run/running-benchmark-ansible.adoc[] for details. cluster_size: 5 instance_type: t3.small instance_volume_size: 30 -kcb_zip: ../benchmark/target/keycloak-benchmark-0.10-SNAPSHOT.zip +kcb_zip: ../benchmark/target/keycloak-benchmark-0.12-SNAPSHOT.zip kcb_heap_size: 1G ---- diff --git a/doc/benchmark/modules/ROOT/pages/run/running-benchmark-ansible.adoc b/doc/benchmark/modules/ROOT/pages/run/running-benchmark-ansible.adoc index a6d55e7a3..3e1bf3615 100644 --- a/doc/benchmark/modules/ROOT/pages/run/running-benchmark-ansible.adoc +++ b/doc/benchmark/modules/ROOT/pages/run/running-benchmark-ansible.adoc @@ -122,7 +122,7 @@ Use the file `link:{github-files}/ansible/env_example.yml[env_example.yaml]` as .Example contents to configure the benchmark execution via `env.yml` [source,yaml] ---- -kcb_zip: ../benchmark/target/keycloak-benchmark-0.10-SNAPSHOT.zip +kcb_zip: ../benchmark/target/keycloak-benchmark-0.12-SNAPSHOT.zip kcb_heap_size: 1G ---- diff --git a/pom.xml b/pom.xml index 5cb9e19db..096d51f3e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.keycloak keycloak-benchmark-parent - 0.10-SNAPSHOT + 0.12-SNAPSHOT pom Keycloak Benchmark Parent diff --git a/provision/rosa-cross-dc/keycloak-benchmark-crossdc-tests/pom.xml b/provision/rosa-cross-dc/keycloak-benchmark-crossdc-tests/pom.xml index 3c9e7569d..4a4b3938d 100644 --- a/provision/rosa-cross-dc/keycloak-benchmark-crossdc-tests/pom.xml +++ b/provision/rosa-cross-dc/keycloak-benchmark-crossdc-tests/pom.xml @@ -6,7 +6,7 @@ org.keycloak keycloak-benchmark-parent - 0.10-SNAPSHOT + 0.12-SNAPSHOT ../../../pom.xml