diff options
author | Philip Hands <phil@hands.com> | 2017-03-08 12:47:41 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-20 15:56:46 +0100 |
commit | c7a9bfe0d40e17aa76484d5e3c83995042345661 (patch) | |
tree | f274320f0259cea0e68f9d49eee745f047a69e47 /job-cfg | |
parent | 5bf2b923f4dfc56a9e9686eb52ef610db3492728 (diff) | |
download | jenkins.debian.net-c7a9bfe0d40e17aa76484d5e3c83995042345661.tar.xz |
lvc: add a 'running ...' step for remote commands, and use it
this includes a new @bugtest scenario for testing the patch for #853855
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index a9a26b3a..fe8ccefb 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -83,7 +83,12 @@ - 'debian-miniiso': dist_name: 'Debian-Installer local mini.iso' my_iso: 'use_TRIGGERING_BRANCH' - my_opts: '--tags @preseed' + my_opts: '--tags @bugtest' + - 'debian-DI-miniiso-gui-daily-bugtest': + dist_name: 'Debian-Installer Testing GTK-miniiso (Daily) bugtest' + my_iso: 'https://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/mini.iso' + my_time: 'H H/8 * * *' + my_opts: '--tags @bugtest' - 'debian-stretch-DI': dist_name: 'Debian-Installer Stretch pre-release' my_iso: 'http://cdimage.debian.org/cdimage/stretch_di_rc2/amd64/iso-cd/debian-stretch-DI-rc2-amd64-netinst.iso' |