.tasks: The task bots now run bots/run-queue

Closes #12873
This commit is contained in:
Sanne Raymaekers 2019-09-23 16:32:43 +02:00 committed by Martin Pitt
parent e6477edc2b
commit 2c8be2591a
1 changed files with 0 additions and 9 deletions

9
.tasks
View File

@ -13,15 +13,6 @@
set -ex
# Consume item from task queue or scan for all tests
if [ -n "$AMQP_SERVER" ]; then
echo bots/run-queue --amqp "$AMQP_SERVER"
else
bots/tests-scan
# Any tasks related to issues
bots/issue-scan
fi
# When run automated, randomize to minimize stampeding herd
if [ -t 0 ]; then
chance=10