Merge "bug-fix: fix compass os_cert issue for bottlenecks euphrates"
authorJun Li <lijun_1203@126.com>
Fri, 20 Oct 2017 07:20:45 +0000 (07:20 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 20 Oct 2017 07:20:45 +0000 (07:20 +0000)
jjb/opnfvdocs/docs-rtd.yaml
jjb/releng/opnfv-docker.sh
jjb/releng/opnfv-docker.yml
utils/test/reporting/reporting/reporting.yaml

index f81feab..c989595 100644 (file)
@@ -8,7 +8,7 @@
     stream:
       - master:
           branch: 'master'
-      - danube:
+      - euphrates:
           branch: 'stable/{stream}'
 
     project: 'opnfvdocs'
@@ -73,7 +73,6 @@
           project: '**'
           branch: '{branch}'
           files: 'docs/**/*.*'
-      - timed: 'H H * * *'
 
     builders:
       - shell: |
index 298d2af..402099a 100644 (file)
@@ -78,8 +78,14 @@ BUILD_BRANCH=$BRANCH
 if [[ "$BRANCH" == "master" ]]; then
     DOCKER_TAG="latest"
 elif [[ -n "${RELEASE_VERSION-}" ]]; then
-    DOCKER_TAG=${BRANCH##*/}.${RELEASE_VERSION}
-    # e.g. danube.1.0, danube.2.0, danube.3.0
+    DOCKER_TAG=${RELEASE_VERSION}
+    if git checkout ${RELEASE_VERSION}; then
+        echo "Successfully checked out the git tag ${RELEASE_VERSION}"
+    else
+        echo "The tag ${RELEASE_VERSION} doesn't exist in the repository. Existing tags are:"
+        git tag
+        exit 1
+    fi
 else
     DOCKER_TAG="stable"
 fi
index f0020ae..862e77a 100644 (file)
       - string:
           name: RELEASE_VERSION
           default: ""
-          description: "Release version, e.g. 1.0, 2.0, 3.0"
+          description: "Docker tag to be built, e.g. 5.0.0, opnfv-5.0.0, 5.0.RC1"
       - string:
           name: DOCKERFILE
           default: "{dockerfile}"
index ec5c2ef..8123d01 100644 (file)
@@ -37,6 +37,8 @@ functest:
     blacklist:
         - odl_netvirt
         - juju_epc
+        - tempest_full_parallel
+        - rally_full
     max_scenario_criteria: 50
     test_conf: https://git.opnfv.org/cgit/functest/plain/functest/ci/testcases.yaml
     log_level: ERROR