Skip to content
Commits on Source (2)
......@@ -106,6 +106,7 @@ In addition to that we had contributions from Deb Nicholson, Chris Lamb, Georg F
Test framework development
--------------------------
FIXME: please give me 15min to rework this a bit
There were a large number of updates to our [Jenkins](https://jenkins.io/)-based testing framework that powers [tests.reproducible-builds.org](tests.reproducible-builds.org) by Holger Levsen this week, including:
......@@ -119,16 +120,12 @@ There were a large number of updates to our [Jenkins](https://jenkins.io/)-based
* Misc/generic changes:
FIXME: please give me 15min to rework this a bit
* [Increase heap size further and drop all other Java arguments](https://salsa.debian.org/qa/jenkins.debian.net/commit/005aab43).
* [Drop code related to volume groups](https://salsa.debian.org/qa/jenkins.debian.net/commit/8f0c9c43).
* [Handle deleted Jenkins "metaconfigs"](https://salsa.debian.org/qa/jenkins.debian.net/commit/15754b6b).
* [Do not recover `schroot` sessions](https://salsa.debian.org/qa/jenkins.debian.net/commit/69cfa0c1). Thanks to Helmut Grohne.
* [Run our health check less often](https://salsa.debian.org/qa/jenkins.debian.net/commit/246b3c25).
* [Add a brief reminder re. offline nodes](https://salsa.debian.org/qa/jenkins.debian.net/commit/83c4230d).
* [Make jenkins `schroot` configuration the common/default.](https://salsa.debian.org/qa/jenkins.debian.net/commit/aba431d3).
* [Do not recover `schroot` sessions](https://salsa.debian.org/qa/jenkins.debian.net/commit/69cfa0c1). Thanks to Helmut Grohne.
* [Drop code related to volume groups](https://salsa.debian.org/qa/jenkins.debian.net/commit/8f0c9c43).
P
In addition, Mattia Rizzolo fixed an issue in the web-based package rescheduling tool by [encoding a string before passing to `subprocess.run`](https://salsa.debian.org/qa/jenkins.debian.net/commit/5b1832b4) and to [fix the parsing of the "issue" selector option](https://salsa.debian.org/qa/jenkins.debian.net/commit/641cfb29).
---
......