[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: ignore Archlinux builds when looking for breakage
Holger Levsen
gitlab at salsa.debian.org
Mon Sep 24 17:50:27 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2f701ff7 by Holger Levsen at 2018-09-24T16:50:14Z
reproducible: ignore Archlinux builds when looking for breakage
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_breakages.py
Changes:
=====================================
bin/reproducible_html_breakages.py
=====================================
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2015-2018 Mattia Rizzolo <mattia at mapreri.org>
-# Copyright © 2016-2017 Holger Levsen <holger at layer-acht.org>
+# Copyright © 2016-2018 Holger Levsen <holger at layer-acht.org>
#
# Licensed under GPL-2
#
@@ -98,6 +98,7 @@ def lack_rbuild():
query = '''SELECT s.name, r.version, s.suite, s.architecture
FROM sources AS s JOIN results AS r ON r.package_id=s.id
WHERE r.status NOT IN ('blacklisted', '')
+ AND s.architecture != 'x86_64'
ORDER BY s.name ASC, s.suite DESC, s.architecture ASC'''
results = query_db(query)
for pkg, version, suite, arch in results:
@@ -117,6 +118,7 @@ def lack_buildinfo():
FROM sources AS s JOIN results AS r ON r.package_id=s.id
WHERE r.status NOT IN
('blacklisted', 'NFU', 'FTBFS', 'timeout', 'depwait', 'E404')
+ AND s.architecture != 'x86_64'
ORDER BY s.name ASC, s.suite DESC, s.architecture ASC'''
results = query_db(query)
for pkg, version, suite, arch in results:
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/2f701ff741fd8743d5f55570ef5532cb339b7162
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/2f701ff741fd8743d5f55570ef5532cb339b7162
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180924/c09cee3c/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list