xci: Drop parameter ANSIBLE_VERBOSITY from jobs 89/41789/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 12 Sep 2017 20:54:04 +0000 (14:54 -0600)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 12 Sep 2017 20:54:04 +0000 (14:54 -0600)
Instead of setting the verbosity in jobs, they can be set in scripts
to move the setting to where it makes most sense and possibly easing
the work for ansible version adaptations by fixing it in one place.

Change-Id: Ie155b666cf5300a3f57687b3214a65d5d79aeee1
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/xci/bifrost-periodic-jobs.yml
jjb/xci/bifrost-verify-jobs.yml
jjb/xci/osa-periodic-jobs.yml
jjb/xci/xci-daily-jobs.yml
jjb/xci/xci-verify-jobs.yml

index a1892fc..6715189 100644 (file)
         - label:
             name: SLAVE_LABEL
             default: '{slave-label}'
-        - string:
-            name: ANSIBLE_VERBOSITY
-            default: ''
         - string:
             name: XCI_LOOP
             default: 'periodic'
index af51c2b..d6eb5ff 100644 (file)
         - string:
             name: BIFROST_LOG_URL
             default: 'http://artifacts.opnfv.org/cross-community-ci/openstack/bifrost/$GERRIT_NAME/$GERRIT_CHANGE_NUMBER/$GERRIT_PATCHSET_NUMBER/$JOB_NAME'
-        - string:
-            name: ANSIBLE_VERBOSITY
-            default: '-vvvv'
         - string:
             name: XCI_LOOP
             default: 'verify'
index 7311baa..86910ac 100644 (file)
         - string:
             name: FUNCTEST_SUITE_NAME
             default: 'healthcheck'
-        - string:
-            name: ANSIBLE_VERBOSITY
-            default: '-vvvv'
         - string:
             name: FORCE_MASTER
             default: 'true'
index 0835e67..64659da 100644 (file)
         - label:
             name: SLAVE_LABEL
             default: '{slave-label}'
-        - string:
-            name: ANSIBLE_VERBOSITY
-            default: ''
         - string:
             name: XCI_LOOP
             default: 'daily'
index 61dda94..f7dcb99 100644 (file)
         - string:
             name: OPNFV_RELENG_DEV_PATH
             default: $WORKSPACE/
-        - string:
-            name: ANSIBLE_VERBOSITY
-            default: '-vvvv'
         - string:
             name: INSTALLER_TYPE
             default: 'osa'