Bottlenecks: add project to the docker build/push job 27/12227/1
authorMatthewLi <matthew.lijun@huawei.com>
Wed, 13 Apr 2016 10:26:31 +0000 (06:26 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Wed, 13 Apr 2016 10:28:00 +0000 (06:28 -0400)
JIRA: BOTTLENECK-60

Change-Id: Ibcadaa6251e373c01a5e318dff67ec64d18760c4
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/opnfv/opnfv-docker.sh
jjb/opnfv/opnfv-docker.yml

index 2b4ca90..5955cab 100644 (file)
@@ -67,6 +67,8 @@ elif [[ "$DOCKER_REPO_NAME" == "opnfv/storperf" ]]; then
     cd $WORKSPACE/docker
 elif [[ "$DOCKER_REPO_NAME" == "opnfv/qtip" ]]; then
     cd $WORKSPACE/docker
+elif [[ "$DOCKER_REPO_NAME" == "opnfv/bottlenecks"]]; then
+    cd $WORKSPACE/ci/docker
 else
     echo "ERROR: DOCKER_REPO_NAME parameter not valid: $DOCKER_REPO_NAME"
     exit 1
index 6c68acb..130edd4 100644 (file)
@@ -7,6 +7,7 @@
     name: opnfv-docker
 
     project:
+        - 'bottlenecks'
         - 'functest'
         - 'storperf'
         - 'qtip'