Skip to content

Commit

Permalink
Updating to next snapshot release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 committed Jan 16, 2024
1 parent 7a86701 commit 1931431
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ansible/env_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ansible/env_rosa_benchmark.yml
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.keycloak.benchmark</groupId>
<artifactId>keycloak-benchmark</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.12-SNAPSHOT</version>

<properties>
<scala.version>2.12.10</scala.version>
Expand Down
2 changes: 1 addition & 1 deletion dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>keycloak-benchmark-parent</artifactId>
<groupId>org.keycloak</groupId>
<version>0.10-SNAPSHOT</version>
<version>0.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
----

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-benchmark-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.12-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Keycloak Benchmark Parent</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-benchmark-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.12-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 1931431

Please sign in to comment.