diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-project-jobs.yml | 2 | ||||
-rw-r--r-- | jjb/releng/automate.yml | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/jjb/functest/functest-project-jobs.yml b/jjb/functest/functest-project-jobs.yml index 7036f20c0..1c1e8e19f 100644 --- a/jjb/functest/functest-project-jobs.yml +++ b/jjb/functest/functest-project-jobs.yml @@ -18,7 +18,7 @@ - danube: branch: 'stable/{stream}' gs-pathname: '/{stream}' - disabled: false + disabled: true - job-template: name: 'functest-verify-{stream}' diff --git a/jjb/releng/automate.yml b/jjb/releng/automate.yml index 9eb281de3..73bef3e8b 100644 --- a/jjb/releng/automate.yml +++ b/jjb/releng/automate.yml @@ -82,7 +82,9 @@ builders: - shell: | - bash ./utils/test/{module}/run_test.sh + cd ./utils/test/{module}/ + bash run_test.sh + cp *.xml $WORKSPACE publishers: - junit: @@ -247,7 +249,7 @@ name: 'testapi-automate-docker-deploy-macro' builders: - shell: | - bash ./jjb/releng/docker-deploy.sh 'sudo docker run -dti -p 8082:8000 -e mongodb_url=mongodb://172.17.0.1:27017 -e swagger_url=http://testresults.opnfv.org/test opnfv/testapi' "http://testresults.opnfv.org/test/swagger/APIs" + bash ./jjb/releng/docker-deploy.sh 'sudo docker run -dti -p 8082:8000 -e mongodb_url=mongodb://172.17.0.1:27017 -e base_url=http://testresults.opnfv.org/test opnfv/testapi' "http://testresults.opnfv.org/test/swagger/APIs" - builder: name: 'reporting-automate-docker-deploy-macro' builders: |