Skip to content

Commit

Permalink
tasks: Call inspect-queue on local AMQP server in run-local.sh
Browse files Browse the repository at this point in the history
cockpit-project/bots#1687 changes the default
AMQP server to the real official one on CentOS CI. Specify the local one
explicitly to avoid relying on the internal default.
  • Loading branch information
martinpitt committed Feb 16, 2021
1 parent c5c01d9 commit 4e26cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/run-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ if [ -n "$PR" ]; then
echo waiting until the status is visible;
sleep 10;
done;
./inspect-queue;"
./inspect-queue --amqp localhost:5671;"

# wait until the unit-test got run and published
for retry in $(seq 60); do
Expand Down

0 comments on commit 4e26cad

Please sign in to comment.