From 227d04041496f2f5cb3ee34c811214a961fca588 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Wed, 10 Jun 2020 12:58:03 +0100 Subject: [PATCH] Run in dry-run mode --- britney.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.conf b/britney.conf index 62403bd..fa02877 100644 --- a/britney.conf +++ b/britney.conf @@ -95,7 +95,7 @@ CHECK_BUILDD = no ADT_ENABLE = yes ADT_ARCHES = amd64 i386 armhf ppc64el arm64 -ADT_AMQP = amqp://test_request:password@162.213.33.228 +ADT_AMQP = file:///home/laney/proposed-migration/data/%(SERIES)/test-requests.json # space separate list of PPAs to add for test requests and for polling results; # the *last* one determines the swift container name ADT_PPAS = @@ -118,7 +118,7 @@ ADT_RETRY_OLDER_THAN = ADT_REFERENCE_MAX_AGE = # email uploaders for stuck uploads -EMAIL_ENABLE = yes +EMAIL_ENABLE = dry-run # email SRU bugs when regressions are detected SRUREGRESSIONEMAIL_ENABLE = no