From 87fd380c40f763e50ca2361c6d69ef9d95c7e7f1 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 12 Sep 2017 14:54:04 -0600 Subject: [PATCH] xci: Drop parameter ANSIBLE_VERBOSITY from jobs 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 --- jjb/xci/bifrost-periodic-jobs.yml | 3 --- jjb/xci/bifrost-verify-jobs.yml | 3 --- jjb/xci/osa-periodic-jobs.yml | 3 --- jjb/xci/xci-daily-jobs.yml | 3 --- jjb/xci/xci-verify-jobs.yml | 3 --- 5 files changed, 15 deletions(-) diff --git a/jjb/xci/bifrost-periodic-jobs.yml b/jjb/xci/bifrost-periodic-jobs.yml index a1892fc5f..67151891f 100644 --- a/jjb/xci/bifrost-periodic-jobs.yml +++ b/jjb/xci/bifrost-periodic-jobs.yml @@ -119,9 +119,6 @@ - label: name: SLAVE_LABEL default: '{slave-label}' - - string: - name: ANSIBLE_VERBOSITY - default: '' - string: name: XCI_LOOP default: 'periodic' diff --git a/jjb/xci/bifrost-verify-jobs.yml b/jjb/xci/bifrost-verify-jobs.yml index af51c2b79..d6eb5ffdb 100644 --- a/jjb/xci/bifrost-verify-jobs.yml +++ b/jjb/xci/bifrost-verify-jobs.yml @@ -137,9 +137,6 @@ - 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' diff --git a/jjb/xci/osa-periodic-jobs.yml b/jjb/xci/osa-periodic-jobs.yml index 7311baab4..86910ac4f 100644 --- a/jjb/xci/osa-periodic-jobs.yml +++ b/jjb/xci/osa-periodic-jobs.yml @@ -161,9 +161,6 @@ - string: name: FUNCTEST_SUITE_NAME default: 'healthcheck' - - string: - name: ANSIBLE_VERBOSITY - default: '-vvvv' - string: name: FORCE_MASTER default: 'true' diff --git a/jjb/xci/xci-daily-jobs.yml b/jjb/xci/xci-daily-jobs.yml index 0835e6709..64659da40 100644 --- a/jjb/xci/xci-daily-jobs.yml +++ b/jjb/xci/xci-daily-jobs.yml @@ -208,9 +208,6 @@ - label: name: SLAVE_LABEL default: '{slave-label}' - - string: - name: ANSIBLE_VERBOSITY - default: '' - string: name: XCI_LOOP default: 'daily' diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 61dda942a..f7dcb9937 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -181,9 +181,6 @@ - string: name: OPNFV_RELENG_DEV_PATH default: $WORKSPACE/ - - string: - name: ANSIBLE_VERBOSITY - default: '-vvvv' - string: name: INSTALLER_TYPE default: 'osa' -- 2.16.6