diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-29 21:29:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-29 21:29:57 +0200 |
commit | b00c1387d90d3833a892d22c609f9ad4d04590da (patch) | |
tree | 81255d913c313024956f9e0c47d8db0fbea3431e /TODO | |
parent | 2d1d2e89297c8e9a53f4a12d229fcc50d66ecbc2 (diff) | |
download | jenkins.debian.net-b00c1387d90d3833a892d22c609f9ad4d04590da.tar.xz |
reproducible: new job, to build packages which failed and where randomly selected only
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -20,7 +20,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian * move /srv/jenkins.debian.net-scm-sync.git somewhere public? * keep git+svn urls, and use commit hooks. also better for test setups of this setup as well as overall stability. -* fully automate backup and backup /var/lib/jenkins/jobs /var/lib/munin /var/log /root/ too +* fully automate backup and backup /var/lib/jenkins/jobs /var/lib/munin /var/log /root/ /var/lib/jenkins/reproducible.db too * put kgb-client.conf in git and sed passwords from filesystem into it... * push jenkins munin plugins upstream @@ -90,9 +90,8 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian === reproducible -* done: improve random jobs to only select previously untested packages -* plus random_any (=the existing random job) then? -* have a job which runs failed packages for which a newer version exists +* have a job which runs failed packages for which a newer version exists, oldest first. doing this in sql is impossible with bash, while easy in python... +* packages from jobs should insert themselves into job_sources and then issue a warning if found in two jobs.. === Test Debian live |