[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Archlinux: temporarily disable builds until osuosl169 is back
Holger Levsen
gitlab at salsa.debian.org
Wed Oct 7 22:24:13 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5a29570b by Holger Levsen at 2020-10-07T23:23:52+02:00
reproducible Archlinux: temporarily disable builds until osuosl169 is back
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
14d05397 by Holger Levsen at 2020-10-07T23:23:52+02:00
reproducible trbo monitor: relax df warning levels
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3 changed files:
- bin/jenkins-shell-monitor.sh
- jenkins-home/offline_nodes
- job-cfg/reproducible.yaml
Changes:
=====================================
bin/jenkins-shell-monitor.sh
=====================================
@@ -59,11 +59,11 @@ main_loop() {
FILESYSTEM_SIZE=$(echo $DF_FILESYSTEM | awk '{ print $2 }')
FILESYSTEM_AVAIL=$(echo $DF_FILESYSTEM | awk '{ print $4 }')
FILESYSTEM_USAGE=$(echo $DF_FILESYSTEM | awk '{ print $5 }' | cut -d '%' -f1)
- if [ $FILESYSTEM_USAGE -gt 92 ] ; then
+ if [ $FILESYSTEM_USAGE -gt 90 ] ; then
FILESYSTEM_USAGE="${RED}$FILESYSTEM_USAGE%${FOREGROUND_COLOR}"
FILESYSTEM_AVAIL="${RED}$FILESYSTEM_AVAIL${FOREGROUND_COLOR}"
WIDTH=16
- elif [ $FILESYSTEM_USAGE -gt 77 ] ; then
+ elif [ $FILESYSTEM_USAGE -gt 80 ] ; then
FILESYSTEM_USAGE="${YELLOW}$FILESYSTEM_USAGE%${FOREGROUND_COLOR}"
FILESYSTEM_AVAIL="${YELLOW}$FILESYSTEM_AVAIL${FOREGROUND_COLOR}"
WIDTH=16
=====================================
jenkins-home/offline_nodes
=====================================
@@ -17,5 +17,8 @@
# ethernet not recognized
odxu4b-armhf-rb.debian.net
+# OSUOSL has been informed
+osuosl-build169-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
=====================================
@@ -598,6 +598,7 @@
- 'archlinux_scheduler':
my_description: 'Scheduler for Arch Linux reproducibility tests'
my_timed: '0 H/4 * * *'
+ my_disabled: true
- 'html_fedora-23_x86_64':
my_description: 'Build a simple webpage for Fedora 23 reproducibility tests'
my_timed: ''
@@ -935,35 +936,35 @@
- 'archlinux':
my_num: 1
op_descname: 'an Arch Linux'
- my_disabled: false
+ my_disabled: true
- 'archlinux':
my_num: 2
op_descname: 'an Arch Linux'
- my_disabled: false
+ my_disabled: true
- 'archlinux':
my_num: 3
op_descname: 'an Arch Linux'
- my_disabled: false
+ my_disabled: true
- 'archlinux':
my_num: 4
op_descname: 'an Arch Linux'
- my_disabled: false
+ my_disabled: true
- 'archlinux':
my_num: 5
op_descname: 'an Arch Linux'
- my_disabled: false
+ my_disabled: true
- 'archlinux':
my_num: 6
op_descname: 'an Arch Linux'
- my_disabled: false
+ my_disabled: true
- 'archlinux':
my_num: 7
op_descname: 'an Arch Linux'
- my_disabled: false
+ my_disabled: true
- 'archlinux':
my_num: 8
op_descname: 'an Arch Linux'
- my_disabled: false
+ my_disabled: true
- '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/0ac2c6fa92edc2a4a6621bb2f103eeba722d5a51...14d0539777a77487ebd4ec37b5c9382939feab1c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/0ac2c6fa92edc2a4a6621bb2f103eeba722d5a51...14d0539777a77487ebd4ec37b5c9382939feab1c
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/20201007/e54913d6/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list