Merge "create iruya stable branch for Yardstick"
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 24 Dec 2019 16:56:39 +0000 (16:56 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 24 Dec 2019 16:56:39 +0000 (16:56 +0000)
jjb/airship/airship.yaml
jjb/airship/cntt.yaml
jjb/functest/functest.yaml

index 3c1a7da..0767159 100644 (file)
     builders:
       - shell: |
           set +x
-          [ ! -z "$WORKSPACE" ] && rm -rf $WORKSPACE/* || true
+          [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true
           if [ "{repo}" = "_" ]; then
             image={container}:{functest_tag}
           elif [ "{port}" = "None" ]; then
             -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 \
+            -v /home/opnfv/functest/.boto:/root/.boto \
             $image zip_campaign
 
 - job-template:
index 2d46a6a..98d0ae3 100644 (file)
     builders:
       - shell: |
           set +x
-          [ ! -z "$WORKSPACE" ] && rm -rf $WORKSPACE/* || true
+          [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true
           if [ "{repo}" = "_" ]; then
             image={container}:{functest_tag}
           elif [ "{port}" = "None" ]; then
             -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 \
+            -v /home/opnfv/functest/.boto:/root/.boto \
             $image zip_campaign
 
 - job-template:
index 249c1d5..25a3d1e 100644 (file)
 - project:
     name: 'functest-{tag}-zip'
     <<: *functest-params
-    container: 'healthcheck'
+    container: 'functest-healthcheck'
     jobs:
       - 'functest-{tag}-zip'