Skip to content

Commit

Permalink
KEYCLOAK-6085 Allow to customize DB dump download location through a …
Browse files Browse the repository at this point in the history
…Maven property
  • Loading branch information
tkyjovsk authored and hmlnarik committed Jan 12, 2018
1 parent c2fa2de commit ba2f8cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/performance/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<db.dc1.docker.cpusets>1</db.dc1.docker.cpusets>
<db.dc2.docker.cpusets>1</db.dc2.docker.cpusets>
<db.docker.memlimit>2g</db.docker.memlimit>
<db.dump.download.site>https://downloads.jboss.org/keycloak-qe</db.dump.download.site>

<!-- Load Balancer Settings -->
<lb.docker.cpusets>1</lb.docker.cpusets>
Expand Down Expand Up @@ -620,6 +621,7 @@
<DEPLOYMENT>${deployment}</DEPLOYMENT>
<OPERATION>import-dump</OPERATION>
<DATASET>${dataset}</DATASET>
<DUMP_DOWNLOAD_SITE>${db.dump.download.site}</DUMP_DOWNLOAD_SITE>
</environmentVariables>
</configuration>
</execution>
Expand Down

0 comments on commit ba2f8cd

Please sign in to comment.