keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
124 stars 66 forks source link

Horreum: Add field to environment data to differentiate between deployment types #862

Open ryanemerson opened 1 week ago

ryanemerson commented 1 week ago

We need to add a field to the environment json at deploy time so that Horreum is able to differentiate results based upon deployment type.

https://github.com/keycloak/keycloak-benchmark/blob/main/provision/common/Taskfile.yaml#L78-L114

To prevent the passing of yet more env variables, a possible solution is to move the creation of the json file to a callable Task which can then be executed as part of provision/rosa-crossdc task or task active-active executions.