[Git][qa/jenkins.debian.net][master] openwrt: replace target tegra with mpc85xx
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Feb 21 23:08:51 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b5b63be5 by Alexander Couzens at 2024-02-22T00:08:11+01:00
openwrt: replace target tegra with mpc85xx
tegra is just another arm target. mpc85xx is ppc which
increases the test coverage.
Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_openwrt.sh
- job-cfg/reproducible.yaml
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -744,7 +744,7 @@ write_openwrt_page_header
write_page_intro OpenWrt
write_page " <p>"
write_page " <ul>"
-for i in ath79 bcm47xx kirkwood lantiq mediatek omap ramips sunxi tegra x86 ; do
+for i in ath79 bcm47xx kirkwood lantiq mediatek omap ramips sunxi mpc85xx x86 ; do
write_page " <li><a href="openwrt_$i.html">$i</a></li>"
done
write_page " </ul>"
=====================================
job-cfg/reproducible.yaml
=====================================
@@ -723,10 +723,10 @@
my_timed: '42 20 * * 2,4,6'
my_openwrt_config: 'CONFIG_TARGET_sunxi=y'
my_openwrt_target: 'sunxi'
- - 'openwrt-target-tegra':
+ - 'openwrt-target-mpc85xx':
my_timed: '42 23 * * 3,5,7'
- my_openwrt_config: 'CONFIG_TARGET_tegra=y'
- my_openwrt_target: 'tegra'
+ my_openwrt_config: 'CONFIG_TARGET_mpc85xx=y'
+ my_openwrt_target: 'mpc85xx'
my_description: 'Rebuild OpenWrt (one target, some packages) twice (with variations) and investigate regarding reproducibility.'
my_shell: '/srv/jenkins/bin/reproducible_openwrt.sh master {my_openwrt_target} {my_openwrt_config}'
my_trigger: ''
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b5b63be565e5e2db1dc641fb42d9cdbf8f2481f6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b5b63be565e5e2db1dc641fb42d9cdbf8f2481f6
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/20240221/788dfb8d/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list