[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian rebuilder 'thing': plan next step

Holger Levsen gitlab at salsa.debian.org
Wed Apr 8 13:56:30 BST 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
9c148545 by Holger Levsen at 2020-04-08T14:53:33+02:00
reproducible Debian rebuilder 'thing': plan next step

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
d9c711d2 by Holger Levsen at 2020-04-08T14:53:56+02:00
chroot-install: add jobs for new education-desktop-cinnamon package

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- TODO
- job-cfg/chroot-installation.yaml.py


Changes:

=====================================
TODO
=====================================
@@ -65,8 +65,10 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
 
 * prototype only dealing with bullseye and amd64 (and arch all packages)
 ** first step: download a .buildinfo file and sbuild it - done
-** second step: put result in db
+** second step: put result in db in pb7
 ** third step: have some scheduler job and a rebuilder job picking up tasks
+*** scheduler on pb7
+*** rebuilds on osuosl173
 ** fourth step: have a smarter scheduler
 ** fifth step: export results as json and html
 * run jenkins job on pb7 (=buildinfos.d.n), which triggers builds on osuosl173 and stores the results on pb7


=====================================
job-cfg/chroot-installation.yaml.py
=====================================
@@ -53,6 +53,7 @@ all_targets = [
    'education-desktop-mate',
    'education-desktop-other',
    'education-desktop-xfce',
+   'education-desktop-cinnamon',
    'education-development',
    'education-electronics',
    'education-geography',
@@ -97,6 +98,9 @@ def is_target_in_distro(distro, target):
     # education-desktop-lxqt, education-primaryschool and education-video packages only exist since buster
     elif distro in ('stretch') and target in ('education-desktop-lxqt', 'education-primaryschool', 'education-video'):
         return False
+    # education-desktop-cinnamon only exists since bullseye
+    elif distro in ('stretch', 'buster') and target in ('education-desktop-cinnamon'):
+        return False
     return True
 
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/120d4d5d2b6e231d6111795a7d2fcf5ea369ac6d...d9c711d2887c3307742842a5655c6863b2975229

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/120d4d5d2b6e231d6111795a7d2fcf5ea369ac6d...d9c711d2887c3307742842a5655c6863b2975229
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/20200408/1ba956c5/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list