summaryrefslogtreecommitdiffstats
path: root/jjb/functest/xtesting.yaml
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2021-02-11 08:02:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2021-02-11 08:02:02 +0000
commit86668093459c1de997b8f16ea27e9d9ba9ba1bef (patch)
treeed61ccde35509baf46d365f5a9938e682dfe1b1d /jjb/functest/xtesting.yaml
parent186426ae0f1c2c0b86625c9814a5772ba029a35a (diff)
parent7c2184df65920a05d8ba420969d027b217f3c900 (diff)
Merge "Remove DEBUG to fully genete jjb"
Diffstat (limited to 'jjb/functest/xtesting.yaml')
-rw-r--r--jjb/functest/xtesting.yaml29
1 files changed, 10 insertions, 19 deletions
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