From 2b575320508cc09db49a1ccf0ebe692eae2feb2e Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Tue, 21 Mar 2017 12:29:08 +0100 Subject: lvc: simplify tag usage for selecting cucumber scenarios Signed-off-by: Holger Levsen --- cucumber/features/install.feature | 2 +- job-cfg/lvc.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 8d291d84..a90d0032 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -3,7 +3,7 @@ Feature: Doing variations on d-i installs As a normal user I should be able to install Debian - @both-ui + @default @both-ui Scenario Outline: Install Debian, and boot to a login prompt Given I install a Debian system, in mode When I start the computer diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 0d39d1cd..d4eded2b 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -56,9 +56,8 @@ my_title: 'Cucumber: {dist_name}' my_time: '45 23 01 11 *' my_pngs: 'results/*.png' - my_opts: '--tags both-ui' - my_opts: '--tags ~@broken --tags ~@trivial --tags ~@preseed --tags ~@text-ui --tags ~@gui --tags ~@debedu' my_description: 'Work in progress...' + my_opts: '--tags @default' jobs: - '{name}_{distro}': distro: -- cgit v1.2.3-54-g00ecf