[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] chroot-installs: create bullseye related jobs
Holger Levsen
gitlab at salsa.debian.org
Mon Jul 8 11:19:31 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b96128f2 by Holger Levsen at 2019-07-08T10:19:11Z
chroot-installs: create bullseye related jobs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- job-cfg/chroot-installation.yaml.py
Changes:
=====================================
job-cfg/chroot-installation.yaml.py
=====================================
@@ -10,20 +10,23 @@ base_distros = [
'jessie',
'stretch',
'buster',
+ 'bullseye',
'sid',
]
distro_upgrades = {
'jessie': 'stretch',
'stretch': 'buster',
- 'buster': 'sid',
+ 'buster': 'bullseye',
+ 'bullseye': 'sid',
}
# deb.debian.org runs mirror updates at 03:25, 09:25, 15:25 and 21:25 UTC and usually they run 10m...
trigger_times = {
'jessie': '30 16 1 */2 *',
'stretch': '30 10 7,28 * *',
- 'buster': '30 10 */3 * *',
+ 'buster': '30 10 4,11,18,25 * *',
+ 'bullseye': '30 10 */3 * *',
'sid': '30 4 * * *',
}
@@ -103,10 +106,10 @@ def is_target_in_distro(distro, target):
if distro in ('jessie') and target in ('education-ltsp-server', 'education-roaming-workstation'):
return False
# education-thin-client-server is obsolete since stretch…
- elif distro in ('sid', 'buster', 'stretch') and target == 'education-thin-client-server':
+ elif distro not in ('jessie') and target == 'education-thin-client-server':
return False
# education-services is obsolete since buster…
- elif distro in ('sid', 'buster') and target == 'education-services':
+ elif distro not in ('jessie', 'stretch') and target == 'education-services':
return False
# lxqt is only available since stretch
elif distro in ('jessie') and target == 'lxqt':
@@ -153,7 +156,7 @@ def get_view(target, distro):
if target == 'haskell':
return 'haskell'
elif target[:10] == 'education-':
- if distro in ('jessie', 'stretch'):
+ if distro in ('stretch', 'buster'):
return 'edu_stable'
else:
return 'edu_devel'
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b96128f231a89898219342fe0eecd44c120485d3
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b96128f231a89898219342fe0eecd44c120485d3
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/20190708/b9e99a85/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list