[Qa-jenkins-scm] [jenkins.debian.net] 02/11: lvc: simplify tag usage for selecting cucumber scenarios

Holger Levsen holger at layer-acht.org
Tue Aug 1 04:54:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 2b575320508cc09db49a1ccf0ebe692eae2feb2e
Author: Philip Hands <phil at hands.com>
Date:   Tue Mar 21 12:29:08 2017 +0100

    lvc: simplify tag usage for selecting cucumber scenarios
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 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 8d291d8..a90d003 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 <target_ui> Debian system, in <install_ui> mode
     When I start the computer
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
index 0d39d1c..d4eded2 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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list