diff options
author | Philip Hands <phil@hands.com> | 2016-08-09 22:07:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-09 22:45:25 +0200 |
commit | b5983c979149ef0417b8a819c33b42baec194dc8 (patch) | |
tree | 2461cd049abdf44f766005d14b72d020244b1263 /job-cfg | |
parent | d52db064e0faa8b381e38a5d165e4e67679be24d (diff) | |
download | jenkins.debian.net-b5983c979149ef0417b8a819c33b42baec194dc8.tar.xz |
lvc: make the test trivial, for speedy tests
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 4cc6d660..2bbf3553 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -74,6 +74,7 @@ - 'debian-miniiso': dist_name: 'Debian-Installer local mini.iso' my_iso: 'use_TRIGGERING_BRANCH' + my_opts: '--tags @trivial' - 'debian-testing-daily-broken': dist_name: 'Debian-Installer Testing (Daily) -- Broken Scenarios' my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' |