diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-05-30 15:39:53 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-05-30 15:39:53 +0200 |
commit | 078f73df2a2db9e9e36c7cfa0bddf53cebc56cc5 (patch) | |
tree | 5221c0f3b038d536334d6f4894ae8822af02e3c7 /jjb/functest | |
parent | 99700863f3c28fb7fb36e6670b78da828cbbddd4 (diff) |
Functest, switch CI_DEBUG to false.
JIRA: FUNCTEST-275
At least until we fix the issue with the python logger showing
the output twice.
Change-Id: I121b6164cd9dc263b0c6f87afb661f853bcca708
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest-ci-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 5ac2d0dc1..8bbed4f15 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -227,7 +227,7 @@ description: "Push the results of all the tests to the resultDB" - string: name: CI_DEBUG - default: 'true' + default: 'false' description: "Show debug output information" ######################## # trigger macros |