From 170bc3ae2cfa396c6a48b09dd91d0769e7749280 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Tue, 24 May 2016 03:14:06 -0400 Subject: [PATCH] Yardstick: change the /ci directory path JIRA: YARDSTICK-269 Change-Id: Ibaf305db81d3a24164e9791249408f09cdd41e27 Signed-off-by: MatthewLi --- jjb/yardstick/yardstick-ci-jobs.yml | 2 +- jjb/yardstick/yardstick-project-jobs.yml | 2 +- jjb/yardstick/yardstick-vtcdaily.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/yardstick/yardstick-ci-jobs.yml b/jjb/yardstick/yardstick-ci-jobs.yml index 1b17db455..07166bef2 100644 --- a/jjb/yardstick/yardstick-ci-jobs.yml +++ b/jjb/yardstick/yardstick-ci-jobs.yml @@ -218,7 +218,7 @@ publishers: - email: - recipients: ana.cunha@ericsson.com + recipients: jean.gaoliang@huawei.com matthew.lijun@huawei.com ######################## # builder macros diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml index f06bf7077..c6f317386 100644 --- a/jjb/yardstick/yardstick-project-jobs.yml +++ b/jjb/yardstick/yardstick-project-jobs.yml @@ -121,7 +121,7 @@ # 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 diff --git a/jjb/yardstick/yardstick-vtcdaily.sh b/jjb/yardstick/yardstick-vtcdaily.sh index 32408bcc3..737d6806e 100755 --- a/jjb/yardstick/yardstick-vtcdaily.sh +++ b/jjb/yardstick/yardstick-vtcdaily.sh @@ -3,4 +3,4 @@ set -e [[ $CI_DEBUG == true ]] && redirect="/dev/stdout" || redirect="/dev/null" cd $WORKSPACE -./ci/apexlake-verify +./tests/ci/apexlake-verify -- 2.16.6