[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: live: s#(j|J)essie#(s|S)tretch#g

Holger Levsen gitlab at salsa.debian.org
Wed Oct 17 21:42:53 BST 2018


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


Commits:
c656a997 by Holger Levsen at 2018-10-17T20:39:04Z
live: s#(j|J)essie#(s|S)tretch#g

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

- - - - -
f3a629a0 by Holger Levsen at 2018-10-17T20:42:22Z
jenkins job health view: ignore d-i builds from live jobs

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

- - - - -


2 changed files:

- bin/maintenance.sh
- job-cfg/live.yaml


Changes:

=====================================
bin/maintenance.sh
=====================================
@@ -156,7 +156,7 @@ build_jenkins_job_health_page() {
 	#
 	# jenkins job health page
 	#
-	# FIXME: we should really store the output of "$(cd ~/jobs ; ls -1d *)" and only recreate this page if this file doesn't exist or has changed
+	# FIXME: we should store the output of "$(cd ~/jobs ; ls -1d *)" and only recreate this page if this file doesn't exist or has changed
 	# these are simple egrep filters. however, if they contain a colon,
 	# the filter is split in two, see $category and $avoid below
 	FILTER[0]="maintenance"
@@ -186,7 +186,7 @@ build_jenkins_job_health_page() {
 	FILTER[24]="g-i-installation_debian-edu_jessie"
 	FILTER[25]="g-i-installation_debian-edu_stretch"
 	FILTER[26]="debian-archive-keyring"
-	FILTER[27]="live:pu-build"
+	FILTER[27]="live:(pu-build|d-i_build)"
 	numfilters=${#FILTER[@]}
 	let numfilters-=1	# that's what you get when you start counting from 0
 	echo "$(date -u) - starting to write jenkins_job_health page."


=====================================
job-cfg/live.yaml
=====================================
@@ -30,19 +30,19 @@
 
 #- job-template:
 #    defaults: live
-#    name: '{name}_build_debian-edu_jessie_standalone'
+#    name: '{name}_build_debian-edu_stretch_standalone'
 
 #- job-template:
 #    defaults: live
-#    name: '{name}_build_debian-edu_jessie_workstation'
+#    name: '{name}_build_debian-edu_stretch_workstation'
 
 - job-template:
     defaults: live
-    name: '{name}_build_debian_jessie_gnome'
+    name: '{name}_build_debian_stretch_gnome'
 
 - job-template:
     defaults: live
-    name: '{name}_build_debian_jessie_xfce'
+    name: '{name}_build_debian_stretch_xfce'
 
 - job-template:
     defaults: live
@@ -55,28 +55,28 @@
 - project:
     name: live
     jobs:
-       #- '{name}_build_debian-edu_jessie_standalone':
-       #    my_description: 'Build Debian Edu Jessie live-image with "standlone" profile.'
+       #- '{name}_build_debian-edu_stretch_standalone':
+       #    my_description: 'Build Debian Edu Stretch live-image with "standlone" profile.'
        #    my_time: '0 12 1 * *'
-       #    my_shell: 'schroot --directory /tmp -c source:jenkins-live-jessie /srv/jenkins/bin/live-build.sh debian-edu jessie standalone'
-       #- '{name}_build_debian-edu_jessie_workstation':
-       #    my_description: 'Build Debian Edu Jessie live-image with "workstation" profile.'
+       #    my_shell: 'schroot --directory /tmp -c source:jenkins-live-stretch /srv/jenkins/bin/live-build.sh debian-edu stretch standalone'
+       #- '{name}_build_debian-edu_stretch_workstation':
+       #    my_description: 'Build Debian Edu Stretch live-image with "workstation" profile.'
        #    my_time: '0 12 1 * *'
-       #    my_shell: 'schroot --directory /tmp -c source:jenkins-live-jessie /srv/jenkins/bin/live-build.sh debian-edu jessie workstation'
-       - '{name}_build_debian_jessie_gnome':
-           my_description: 'Build Debian Jessie live-image with GNOME desktop.'
+       #    my_shell: 'schroot --directory /tmp -c source:jenkins-live-stretch /srv/jenkins/bin/live-build.sh debian-edu stretch workstation'
+       - '{name}_build_debian_stretch_gnome':
+           my_description: 'Build Debian Stretch live-image with GNOME desktop.'
            my_time: '0 13 1 * *'
-           my_shell: 'schroot --directory /tmp -c source:jenkins-live-jessie /srv/jenkins/bin/live-build.sh debian jessie gnome'
-       - '{name}_build_debian_jessie_xfce':
-           my_description: 'Build Debian Jessie live-image with Xfce desktop.'
+           my_shell: 'schroot --directory /tmp -c source:jenkins-live-stretch /srv/jenkins/bin/live-build.sh debian stretch gnome'
+       - '{name}_build_debian_stretch_xfce':
+           my_description: 'Build Debian Stretch live-image with Xfce desktop.'
            my_time: '0 14 1 * *'
-           my_shell: 'schroot --directory /tmp -c source:jenkins-live-jessie /srv/jenkins/bin/live-build.sh debian jessie xfce'
+           my_shell: 'schroot --directory /tmp -c source:jenkins-live-stretch /srv/jenkins/bin/live-build.sh debian stretch xfce'
        - '{name}_build_debian_sid_xfce':
            my_description: 'Build Debian Sid live-image with Xfce desktop.'
            my_time: '0 14 2 * *'
-           my_shell: 'schroot --directory /tmp -c source:jenkins-live-jessie /srv/jenkins/bin/live-build.sh debian sid xfce'
+           my_shell: 'schroot --directory /tmp -c source:jenkins-live-stretch /srv/jenkins/bin/live-build.sh debian sid xfce'
        - '{name}_setup_schroot':
-           my_description: 'Setup schroot for building live images using live-build in a jessie environment.'
+           my_description: 'Setup schroot for building live images using live-build in a stretch environment.'
            my_time: '42 10 1 * *'
-           my_shell: '/srv/jenkins/bin/schroot-create.sh live-jessie jessie python live-build'
+           my_shell: '/srv/jenkins/bin/schroot-create.sh live-stretch stretch python live-build'
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/ca2e682c59ad176c1d977081b173be22bc77b0c2...f3a629a0485fbbacc76a5a153c12640f51bb84f9

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/ca2e682c59ad176c1d977081b173be22bc77b0c2...f3a629a0485fbbacc76a5a153c12640f51bb84f9
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/20181017/b85c1155/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list