Yardstick: change the /ci directory path 51/14551/1
authorMatthewLi <matthew.lijun@huawei.com>
Tue, 24 May 2016 07:14:06 +0000 (03:14 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Tue, 24 May 2016 07:15:07 +0000 (03:15 -0400)
JIRA: YARDSTICK-269

Change-Id: Ibaf305db81d3a24164e9791249408f09cdd41e27
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/yardstick/yardstick-ci-jobs.yml
jjb/yardstick/yardstick-project-jobs.yml
jjb/yardstick/yardstick-vtcdaily.sh

index 1b17db4..07166be 100644 (file)
 
     publishers:
         - email:
-            recipients: ana.cunha@ericsson.com
+            recipients: jean.gaoliang@huawei.com matthew.lijun@huawei.com
 
 ########################
 # builder macros
index f06bf70..c6f3173 100644 (file)
             # install python packages
             easy_install -U setuptools
             easy_install -U pip
-            pip install -r ci/requirements.txt
+            pip install -r tests/ci/requirements.txt
             pip install -e .
 
             # unit tests
index 32408bc..737d680 100755 (executable)
@@ -3,4 +3,4 @@ set -e
 [[ $CI_DEBUG == true ]] && redirect="/dev/stdout" || redirect="/dev/null"
 
 cd $WORKSPACE
-./ci/apexlake-verify
+./tests/ci/apexlake-verify