summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-04-28 19:15:37 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-28 21:52:10 +0200
commit00f711c3c65018273da3c9547ba8abc891b6d603 (patch)
tree4078f2db946fcb75f2207298a30796edcbc3383e
parent268339aa08aebba31eba5ab49c79ca5c85c85b56 (diff)
downloadjenkins.debian.net-00f711c3c65018273da3c9547ba8abc891b6d603.tar.xz
stop the vlog noise
-rw-r--r--features/support/helpers/sikuli_helper.rb2
-rw-r--r--job-cfg/lvc.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/support/helpers/sikuli_helper.rb b/features/support/helpers/sikuli_helper.rb
index 938f4851..486b0e2e 100644
--- a/features/support/helpers/sikuli_helper.rb
+++ b/features/support/helpers/sikuli_helper.rb
@@ -208,6 +208,6 @@ sikuli_settings.OcrDataPath = $config["TMPDIR"]
# positives).
sikuli_settings.MinSimilarity = 0.9
sikuli_settings.ActionLogs = true
-sikuli_settings.DebugLogs = true
+sikuli_settings.DebugLogs = false
sikuli_settings.InfoLogs = true
sikuli_settings.ProfileLogs = true
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
index ba1fa278..34e85c51 100644
--- a/job-cfg/lvc.yaml
+++ b/job-cfg/lvc.yaml
@@ -40,7 +40,7 @@
wrappers:
- live-screenshot
builders:
- - shell: 'rm $WORKSPACE/*.png $WORKSPACE/*.mvk -f >/dev/null; /srv/jenkins/bin/lvc/run_test_suite {my_params}'
+ - shell: '/srv/jenkins/bin/lvc/run_test_suite {my_params}'
triggers:
- timed: '{my_time}'