Chris Marusich <cmmarus...@gmail.com> skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Hello! >> >> I’ve recently pushed two more system installation tests: one where we >> install a system with a separate /gnu partition (commit >> 5479aa2b7cf9164e87a1d1184ec97a9bba5cea92, a problem that Carlos reported >> in <http://bugs.gnu.org/24346>), and one where we install a system whose >> root partition is RAID (commit >> 245cc5f5d55e8c0931a1a2d2becd78f9805de2df). >> >> The second one has allowed me to find a couple of new bugs already >> (commit 4ed2f515d69a199154c272997f4683b89ac0a9b8 and >> 49baaff4d2995cc4455843d7249894cb7456d8d5.) >> >> It makes me happy that these involved scenarios are tested, so I wanted >> to share. :-) > > These are really nice! Just wanted to say I really like these automated > tests. Are they being run automatically anywhere?1
Yes, you can see them on hydra.gnu.org at: https://hydra.gnu.org/job/gnu/master/test.NAME.SYSTEM where NAME is the system name that appears in the ‘system-test’ form in (gnu tests …) and SYSTEM is “x86_64-linux” or “i686-linux”. https://hydra.gnu.org/job/gnu/master/test.installed-os.x86_64-linux https://hydra.gnu.org/job/gnu/master/test.separate-store-os.x86_64-linux https://hydra.gnu.org/job/gnu/master/test.raid-root-os.x86_64-linux https://hydra.gnu.org/job/gnu/master/test.openssh.x86_64-linux https://hydra.gnu.org/job/gnu/master/test.dropbear.x86_64-linux https://hydra.gnu.org/job/gnu/master/test.mcron.x86_64-linux https://hydra.gnu.org/job/gnu/master/test.nss-mdns.x86_64-linux … Ludo’.