[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: configure static IP addresses for OSUOSL nodes as their...

Holger Levsen gitlab at salsa.debian.org
Thu Jul 23 19:54:45 BST 2020



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


Commits:
2051e9d4 by Holger Levsen at 2020-07-23T20:54:13+02:00
reproducible Debian: configure static IP addresses for OSUOSL nodes as their dhcp gets confused when switching dates between today and the future

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

- - - - -
b0823de3 by Holger Levsen at 2020-07-23T20:54:25+02:00
Revert "osuosl167 is down, thus mark all of osuosl as down, as its the proxy for all of them"

This reverts commit 5de64f237de1462f4f970434a666bac0d3eedd60.

- - - - -


10 changed files:

- + hosts/osuosl-build167-amd64/etc/network/interfaces
- + hosts/osuosl-build168-amd64/etc/network/interfaces
- + hosts/osuosl-build169-amd64/etc/network/interfaces
- + hosts/osuosl-build170-amd64/etc/network/interfaces
- + hosts/osuosl-build171-amd64/etc/network/interfaces
- + hosts/osuosl-build172-amd64/etc/network/interfaces
- + hosts/osuosl-build173-amd64/etc/network/interfaces
- + hosts/osuosl-build174-amd64/etc/network/interfaces
- jenkins-home/offline_nodes
- job-cfg/reproducible.yaml


Changes:

=====================================
hosts/osuosl-build167-amd64/etc/network/interfaces
=====================================
@@ -0,0 +1,17 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+source /etc/network/interfaces.d/*
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+allow-hotplug enp6s0
+#iface enp6s0 inet dhcp
+iface enp6s0 inet static
+   address 10.6.5.46
+   netmask 255.255.252.0
+   gateway 10.6.4.1
+


=====================================
hosts/osuosl-build168-amd64/etc/network/interfaces
=====================================
@@ -0,0 +1,17 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+source /etc/network/interfaces.d/*
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+allow-hotplug enp6s0
+#iface enp6s0 inet dhcp
+iface enp6s0 inet static
+   address 10.6.5.47
+   netmask 255.255.252.0
+   gateway 10.6.4.1
+


=====================================
hosts/osuosl-build169-amd64/etc/network/interfaces
=====================================
@@ -0,0 +1,17 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+source /etc/network/interfaces.d/*
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+allow-hotplug enp6s0
+#iface enp6s0 inet dhcp
+iface enp6s0 inet static
+   address 10.6.5.48
+   netmask 255.255.252.0
+   gateway 10.6.4.1
+


=====================================
hosts/osuosl-build170-amd64/etc/network/interfaces
=====================================
@@ -0,0 +1,17 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+source /etc/network/interfaces.d/*
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+allow-hotplug enp6s0
+#iface enp6s0 inet dhcp
+iface enp6s0 inet static
+   address 10.6.5.49
+   netmask 255.255.252.0
+   gateway 10.6.4.1
+


=====================================
hosts/osuosl-build171-amd64/etc/network/interfaces
=====================================
@@ -0,0 +1,17 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+source /etc/network/interfaces.d/*
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+allow-hotplug enp6s0
+#iface enp6s0 inet dhcp
+iface enp6s0 inet static
+   address 10.6.5.50
+   netmask 255.255.252.0
+   gateway 10.6.4.1
+


=====================================
hosts/osuosl-build172-amd64/etc/network/interfaces
=====================================
@@ -0,0 +1,17 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+source /etc/network/interfaces.d/*
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+allow-hotplug enp6s0
+#iface enp6s0 inet dhcp
+iface enp6s0 inet static
+   address 10.6.5.51
+   netmask 255.255.252.0
+   gateway 10.6.4.1
+


=====================================
hosts/osuosl-build173-amd64/etc/network/interfaces
=====================================
@@ -0,0 +1,17 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+source /etc/network/interfaces.d/*
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+allow-hotplug enp6s0
+#iface enp6s0 inet dhcp
+iface enp6s0 inet static
+   address 10.6.5.52
+   netmask 255.255.252.0
+   gateway 10.6.4.1
+


=====================================
hosts/osuosl-build174-amd64/etc/network/interfaces
=====================================
@@ -0,0 +1,17 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+source /etc/network/interfaces.d/*
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+allow-hotplug enp6s0
+#iface enp6s0 inet dhcp
+iface enp6s0 inet static
+   address 10.6.5.53
+   netmask 255.255.252.0
+   gateway 10.6.4.1
+


=====================================
jenkins-home/offline_nodes
=====================================
@@ -13,15 +13,5 @@
 
 # Also see https://pad.sfconservancy.org/p/rb-build-nodes-keep
 
-# only osuosl167 is down, but it's the proxy for all of them, so...
-osuosl-build167-amd64.debian.net
-osuosl-build168-amd64.debian.net
-osuosl-build169-amd64.debian.net
-osuosl-build170-amd64.debian.net
-osuosl-build171-amd64.debian.net
-osuosl-build172-amd64.debian.net
-osuosl-build173-amd64.debian.net
-osuosl-build174-amd64.debian.net
-
 # Down here nodes are automatically added by the maintenance job when they have
 # been failing their health check for too long.


=====================================
job-cfg/reproducible.yaml
=====================================
@@ -644,13 +644,11 @@
                     my_hname: 'osuosl171'
                     my_timed: '0 0 * * H/3'
                     my_shell: "python3 -u /srv/jenkins/bin/reproducible_openwrt_rebuild.py"
-                    my_disabled: true
                 - 'openwrt_rebuilder_future':
                     my_description: 'Rebuild an OpenWrt snapshot or a release in the future.'
                     my_hname: 'osuosl172'
                     my_timed: '0 2 * * H/3'
                     my_shell: "python3 -u /srv/jenkins/bin/reproducible_openwrt_rebuild.py"
-                    my_disabled: true
             my_shellext: ".sh"
             my_shell: '/srv/jenkins/bin/reproducible_{my_task}{my_shellext}'
             my_hname: ''
@@ -685,52 +683,42 @@
                     my_timed: '42 23 * * 1,3,5'
                     my_openwrt_config: 'CONFIG_TARGET_ar71xx=y'
                     my_openwrt_target: 'ar71xx'
-                    my_disabled: true
                 - 'openwrt-target-ramips':
                     my_timed: '42 23 * * 2,4,6'
                     my_openwrt_config: 'CONFIG_TARGET_ramips=y'
                     my_openwrt_target: 'ramips'
-                    my_disabled: true
                 - 'openwrt-target-x86':
                     my_timed: '42 19 * * 1,3,5'
                     my_openwrt_config: 'CONFIG_TARGET_x86=y'
                     my_openwrt_target: 'x86'
-                    my_disabled: true
                 - 'openwrt-target-bcm47xx':
                     my_timed: '42 19 * * 2,4,6'
                     my_openwrt_config: 'CONFIG_TARGET_bcm47xx=y'
                     my_openwrt_target: 'bcm47xx'
-                    my_disabled: true
                 - 'openwrt-target-kirkwood':
                     my_timed: '42 15 * * 1,3,5'
                     my_openwrt_config: 'CONFIG_TARGET_kirkwood=y'
                     my_openwrt_target: 'kirkwood'
-                    my_disabled: true
                 - 'openwrt-target-lantiq':
                     my_timed: '42 15 * * 2,4,6'
                     my_openwrt_config: 'CONFIG_TARGET_lantiq=y'
                     my_openwrt_target: 'lantiq'
-                    my_disabled: true
                 - 'openwrt-target-mediatek':
                     my_timed: '42 11 * * 1,3,5'
                     my_openwrt_config: 'CONFIG_TARGET_mediatek=y'
                     my_openwrt_target: 'mediatek'
-                    my_disabled: true
                 - 'openwrt-target-omap':
                     my_timed: '42 11 * * 2,4,6'
                     my_openwrt_config: 'CONFIG_TARGET_omap=y'
                     my_openwrt_target: 'omap'
-                    my_disabled: true
                 - 'openwrt-target-sunxi':
                     my_timed: '42 7 * * 2,4,6'
                     my_openwrt_config: 'CONFIG_TARGET_sunxi=y'
                     my_openwrt_target: 'sunxi'
-                    my_disabled: true
                 - 'openwrt-target-tegra':
                     my_timed: '42 3 * * 1,3,5'
                     my_openwrt_config: 'CONFIG_TARGET_tegra=y'
                     my_openwrt_target: 'tegra'
-                    my_disabled: true
             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: ''
@@ -748,7 +736,6 @@
                 - 'netbsd':
                     my_description: 'Rebuild NetBSD (for some archs) twice (with variations) and investigate regarding reproducibility.'
                     my_timed: '42 16 * * 1,3,5'
-                    my_disabled: true
                 - 'html_builtin-pho':
                     my_description: 'Generate HTML pages for stats about .buildinfo files based on builtin-pho data.'
                     my_timed: '10 * * * *'
@@ -790,17 +777,14 @@
                     my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.'
                     my_timed: '42 23 1 1 *'
                     my_hname: 'osuosl169'
-                    my_disabled: true
                 - 'setup_schroot_archlinux_osuosl170':
                     my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.'
                     my_timed: '42 23 1 1 *'
                     my_hname: 'osuosl170'
-                    my_disabled: true
                 - 'setup_schroot_archlinux_osuosl173':
                     my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.'
                     my_timed: '42 23 1 1 *'
                     my_hname: 'osuosl173'
-                    my_disabled: true
                 - 'setup_mock_fedora-23_x86_64_jenkins':
                     my_description: 'Setup mock for fedora-23 on X86_64 to test .rpm packages for reproducibility.'
                     my_timed: '42 23 1 1 *'
@@ -952,31 +936,31 @@
                 - 'archlinux':
                     my_num: 2
                     op_descname: 'an Arch Linux'
-                    my_disabled: true
+                    my_disabled: false
                 - 'archlinux':
                     my_num: 3
                     op_descname: 'an Arch Linux'
-                    my_disabled: true
+                    my_disabled: false
                 - 'archlinux':
                     my_num: 4
                     op_descname: 'an Arch Linux'
-                    my_disabled: true
+                    my_disabled: false
                 - 'archlinux':
                     my_num: 5
                     op_descname: 'an Arch Linux'
-                    my_disabled: true
+                    my_disabled: false
                 - 'archlinux':
                     my_num: 6
                     op_descname: 'an Arch Linux'
-                    my_disabled: true
+                    my_disabled: false
                 - 'archlinux':
                     my_num: 7
                     op_descname: 'an Arch Linux'
-                    my_disabled: true
+                    my_disabled: false
                 - 'archlinux':
                     my_num: 8
                     op_descname: 'an Arch Linux'
-                    my_disabled: true
+                    my_disabled: false
                 - 'fedora-23_x86_64':
                     my_num: 1
                     op_descname: 'a Fedora 23'



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/5de64f237de1462f4f970434a666bac0d3eedd60...b0823de38f56b60daa6332a7593fcce52a565a7c

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/5de64f237de1462f4f970434a666bac0d3eedd60...b0823de38f56b60daa6332a7593fcce52a565a7c
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/20200723/ff80d9a3/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list