[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible OpenWrt: rename target brcm47xx -> bcm47xx

Holger Levsen gitlab at salsa.debian.org
Mon May 11 17:24:51 BST 2020



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


Commits:
fbe011d7 by Alexander Couzens at 2020-05-11T18:22:28+02:00
reproducible OpenWrt: rename target brcm47xx -> bcm47xx

The target brcm47xx has been renamed in OpenWrt into bcm47xx.

Reported-by: Rafał Miłecki <rafal at milecki.pl>
Signed-off-by: Alexander Couzens <lynxis at fe80.eu>

- - - - -
1f1f4998 by Holger Levsen at 2020-05-11T18:24:31+02:00
jenkins: also detect brcm47xx jobs as zombies

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

- - - - -


3 changed files:

- bin/common-functions.sh
- bin/reproducible_openwrt.sh
- job-cfg/reproducible.yaml


Changes:

=====================================
bin/common-functions.sh
=====================================
@@ -218,7 +218,7 @@ jenkins_zombie_check() {
 	# and we dont know why and when that happens,
 	# so just report those zombies here.
 	#
-	ZOMBIES=$(ls -1d /var/lib/jenkins/jobs/* | egrep 'strip-nondeterminism|reprotest|reproducible_(builder_(amd64|i386|armhf|arm64)|setup_(pbuilder|schroot)_testing)|chroot-installation_wheezy|aptdpkg|odc2a|stretch_install_education-thin-client-server|jessie_multiarch_versionskew|dpkg_stretch_find_trigger_cycles|sid_install_education-services|buster_install_education-services|lvc|chroot-installation_stretch_.*_upgrade_to_sid|piuparts_.*_jessie|udd_stretch|d-i_pu-build|debsums-tests_stretch|debian-archive-keyring-tests_stretch|chroot-installation_jessie|chroot-installation_.*education-lang-|kirkwoot|rebootstrap_.*_gcc[5-8]($|_)' || true)
+	ZOMBIES=$(ls -1d /var/lib/jenkins/jobs/* | egrep 'strip-nondeterminism|reprotest|reproducible_(builder_(amd64|i386|armhf|arm64)|setup_(pbuilder|schroot)_testing)|chroot-installation_wheezy|aptdpkg|odc2a|stretch_install_education-thin-client-server|jessie_multiarch_versionskew|dpkg_stretch_find_trigger_cycles|sid_install_education-services|buster_install_education-services|lvc|chroot-installation_stretch_.*_upgrade_to_sid|piuparts_.*_jessie|udd_stretch|d-i_pu-build|debsums-tests_stretch|debian-archive-keyring-tests_stretch|chroot-installation_jessie|chroot-installation_.*education-lang-|kirkwoot|rebootstrap_.*_gcc[5-8]($|_)|brcm47xx' || true)
 	if [ ! -z "$ZOMBIES" ] ; then
 		DIRTY=true
 		figlet 'zombies!!!'


=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -705,7 +705,7 @@ write_openwrt_page_header
 write_page_intro OpenWrt
 write_page "     <p>"
 write_page "     <ul>"
-for i in ath97 ar71xx brcm47xx kirkwood lantiq mediatek omap ramips sunxi tegra x86 ; do
+for i in ath97 ar71xx bcm47xx kirkwood lantiq mediatek omap ramips sunxi tegra x86 ; do
 	write_page "            <li><a href="openwrt_$i.html">$i</a></li>"
 done
 write_page "     </ul>"


=====================================
job-cfg/reproducible.yaml
=====================================
@@ -711,10 +711,10 @@
                     my_timed: '42 19 * * 1,3,5'
                     my_openwrt_config: 'CONFIG_TARGET_x86=y'
                     my_openwrt_target: 'x86'
-                - 'openwrt-target-brcm47xx':
+                - 'openwrt-target-bcm47xx':
                     my_timed: '42 19 * * 2,4,6'
-                    my_openwrt_config: 'CONFIG_TARGET_brcm47xx=y'
-                    my_openwrt_target: 'brcm47xx'
+                    my_openwrt_config: 'CONFIG_TARGET_bcm47xx=y'
+                    my_openwrt_target: 'bcm47xx'
                 - 'openwrt-target-kirkwood':
                     my_timed: '42 15 * * 1,3,5'
                     my_openwrt_config: 'CONFIG_TARGET_kirkwood=y'



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/c6783a8ef60a0bb7b9049a081ea575aa9a3915a5...1f1f4998100de02bf9bfa8612e107f4e56edada8

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/c6783a8ef60a0bb7b9049a081ea575aa9a3915a5...1f1f4998100de02bf9bfa8612e107f4e56edada8
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/20200511/a6ce9c2c/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list