From 7c2184df65920a05d8ba420969d027b217f3c900 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 11 Feb 2021 08:55:20 +0100 Subject: Remove DEBUG to fully genete jjb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It falsy bypasses the key Releng issue (serialize bool) Change-Id: I705a94ff183a667c70ee874e3b0ab13a90767261 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting.yaml | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) (limited to 'jjb/functest/xtesting.yaml') diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index f9c39ab99..5c444d428 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -46,12 +46,6 @@ - random-string: name: build_tag -- parameter: - name: xtesting-DEBUG - parameters: - - string: - name: DEBUG - default: 'true' - xtesting-containers: &xtesting-containers name: 'xtesting-containers' @@ -106,7 +100,6 @@ -e NODE_NAME=$slave \ -e BUILD_TAG=$BUILD_TAG \ -v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \ - -e DEBUG=$DEBUG \ $image run_tests -t {test} -p -r - builder: @@ -213,8 +206,6 @@ slave: '{slave}' - xtesting-build_tag: build_tag: '' - - xtesting-DEBUG: - DEBUG: 'true' builders: - xtesting-run-containers: <<: *xtesting-run-containers @@ -268,7 +259,6 @@ -e TEST_DB_EXT_URL=http://testresults.opnfv.org/test/api/v1/results \ -e BUILD_TAG=$BUILD_TAG \ -v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \ - -e DEBUG=$DEBUG \ $image zip_campaign - job-template: @@ -278,8 +268,6 @@ slave: '{slave}' - xtesting-build_tag: build_tag: '' - - xtesting-DEBUG: - DEBUG: 'true' builders: - xtesting-zip: <<: *xtesting-containers @@ -301,8 +289,6 @@ slave: '{slave}' - xtesting-build_tag: build_tag: '' - - xtesting-DEBUG: - DEBUG: 'true' properties: - build-blocker: use-build-blocker: true @@ -418,7 +404,16 @@ - builder: name: xtesting-tox builders: - - shell: tox + - shell: | + set +x + sudo apt-get update && apt-get install software-properties-common gpg -y + sudo add-apt-repository -y ppa:deadsnakes/ppa + sudo apt-get update && apt-get install python3.8 python3.8-dev \ + python3.8-distutils \ + python3.7 python3.7-dev python3.6 python3.6-dev \ + python python-dev python3-pip enchant -y + sudo pip3 install tox tox-pip-version + tox - job-template: name: 'xtesting-{tag}-tox' @@ -500,8 +495,6 @@ slave: '{slave}' - xtesting-build_tag: build_tag: '' - - xtesting-DEBUG: - DEBUG: 'true' properties: - build-blocker: use-build-blocker: true @@ -623,8 +616,6 @@ parameters: - xtesting-slave: slave: '{slave}' - - xtesting-DEBUG: - DEBUG: 'true' builders: - multijob: name: remove dependency -- cgit 1.2.3-korg