From e62dd6f37dd05cc2711b779a04f594088cb88f0c Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 3 Jun 2019 11:06:20 +0200 Subject: [PATCH] Make rollback-test task verbose --- infra/data-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/data-pipeline.yml b/infra/data-pipeline.yml index b95a4e40..63a65843 100644 --- a/infra/data-pipeline.yml +++ b/infra/data-pipeline.yml @@ -75,7 +75,7 @@ tasks: - "/bin/bash" - "-lcx" - "python -c 'from bugbug import bugzilla, db; db.download()' && - python -m bugbug.bug_snapshot" + python -m bugbug.bug_snapshot --verbose" routes: - notify.email.release-mgmt-analysis@mozilla.com.on-failed" - notify.irc-channel.#bugbug.on-failed