diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-30 15:22:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-30 15:22:38 +0000 |
commit | b52a9ae338f95e710e5f55c85f406900b9954677 (patch) | |
tree | 0621cb8c6f15a7d73a1e1291be83ec3849a8ed62 /jjb | |
parent | 6abf629d23e98102c66d6c6e09be370e61a01814 (diff) | |
parent | 078f73df2a2db9e9e36c7cfa0bddf53cebc56cc5 (diff) |
Merge "Functest, switch CI_DEBUG to false."
Diffstat (limited to 'jjb')
-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 |