[Qa-jenkins-scm] [jenkins.debian.net] 05/05: reproducible: remote scheduler: also tell whether there is going to be noise or silence after the scheduling
Holger Levsen
holger at moszumanska.debian.org
Sat Jul 4 10:05:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 299b954115dc073317b8d302e74ff1e8c6b5ade7
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat Jun 20 20:29:45 2015 +0000
reproducible: remote scheduler: also tell whether there is going to be noise or silence after the scheduling
---
bin/reproducible_remote_scheduler.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 86f235b..1f7b6f7 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -121,13 +121,15 @@ for pkg in packages:
blablabla = '✂…' if len(' '.join(pkgs)) > 257 else ''
packages_txt = ' packages ' if len(pkgs) > 1 else ' package '
-artifacts_txt = ' - artifacts will be preserved' if artifacts else ''
+trailing = ' - artifacts will be preserved' if artifacts else ''
+trailing += ' - there will be no notification at the end' if not notify else ''
+trailing += ' - notify when the build start too' if debug_url else ''
message = str(len(ids)) + packages_txt + 'scheduled in ' + suite + ' by ' + \
requester
if reason:
message += ' (reason: ' + reason + ')'
-message += ': ' + ' '.join(pkgs)[0:256] + blablabla + artifacts_txt
+message += ': ' + ' '.join(pkgs)[0:256] + blablabla + trailing
# these packages are manually scheduled, so should have high priority,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list