[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible OpenWrt: fix target name, ath79, not ath97. thanks to jello for catching this
Holger Levsen
gitlab at salsa.debian.org
Thu Oct 15 08:21:00 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
94e1bea9 by Holger Levsen at 2020-10-15T09:20:44+02:00
reproducible OpenWrt: fix target name, ath79, not ath97. thanks to jello for catching this
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|reproducible_*(odc2a|odxu4c|opi2b)|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|rebootstrap_kfreebsd|diffoscope_from_git_|disorderfs_from_git_master|diffoscope_pypi|diffoscope_freebsd|diffoscope_netbsd|diffoscope_macports|diffoscope_archlinux' || 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|reproducible_*(odc2a|odxu4c|opi2b)|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|rebootstrap_kfreebsd|diffoscope_from_git_|disorderfs_from_git_master|diffoscope_pypi|diffoscope_freebsd|diffoscope_netbsd|diffoscope_macports|diffoscope_archlinux|openwrt-target-ath97' || 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 bcm47xx kirkwood lantiq mediatek omap ramips sunxi tegra x86 ; do
+for i in ath79 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
=====================================
@@ -679,10 +679,10 @@
- '{name}_{otherproject_artifacts}':
otherproject_artifacts:
- - 'openwrt-target-ath97':
+ - 'openwrt-target-ath79':
my_timed: '23 3 * * 2,4,6'
- my_openwrt_config: 'CONFIG_TARGET_ath97=y'
- my_openwrt_target: 'ath97'
+ my_openwrt_config: 'CONFIG_TARGET_ath79=y'
+ my_openwrt_target: 'ath79'
- 'openwrt-target-ar71xx':
my_timed: '42 23 * * 1,3,5'
my_openwrt_config: 'CONFIG_TARGET_ar71xx=y'
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/94e1bea94be4fe79a5eff49ec2b3d828ce5234ac
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/94e1bea94be4fe79a5eff49ec2b3d828ce5234ac
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/20201015/0528f713/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list