diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-05-24 03:14:06 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-05-24 03:15:07 -0400 |
commit | 170bc3ae2cfa396c6a48b09dd91d0769e7749280 (patch) | |
tree | bfa28d61944db4041e38afe058cc79e074ebb4fa /jjb/yardstick | |
parent | 3638eaa6af53d32bda130d843bc17123ec9ef3bb (diff) |
Yardstick: change the /ci directory path
JIRA: YARDSTICK-269
Change-Id: Ibaf305db81d3a24164e9791249408f09cdd41e27
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb/yardstick')
-rw-r--r-- | jjb/yardstick/yardstick-ci-jobs.yml | 2 | ||||
-rw-r--r-- | jjb/yardstick/yardstick-project-jobs.yml | 2 | ||||
-rwxr-xr-x | 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 |