Skip to content

Commit

Permalink
Testing with 10.4. broker
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma authored Jun 27, 2024
1 parent e5d6311 commit f354f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module-test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
mkdir -p $HOME/solace; chmod 777 $HOME/solace
docker run -d -p 8080:8080 -p 55555:55555 --shm-size=1g --env username_admin_globalaccesslevel=admin --env username_admin_password=admin --env system_scaling_maxkafkabridgecount="10" --name=solace \
--env system_scaling_maxconnectioncount="1000" --mount type=bind,source=$HOME/solace,destination=/var/lib/solace,ro=false solace/solace-pubsub-standard:latest
--env system_scaling_maxconnectioncount="1000" --mount type=bind,source=$HOME/solace,destination=/var/lib/solace,ro=false solace/solace-pubsub-standard:"10.4"
while ! curl -s localhost:8080 | grep aurelia ; do sleep 1 ; done
# - name: Setup if private provider is required
Expand Down

0 comments on commit f354f90

Please sign in to comment.