diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-02 11:25:32 +0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-03-02 08:31:47 +0000 |
commit | db7f3e95952d8bb0ebb5582ee9c01df29a49f9b8 (patch) | |
tree | 0990f30598d8f01e028f7fe929fcd76580de62a7 /jjb/vfc | |
parent | 7398f38b057e395d87e4a48579f7dbf868d05af3 (diff) |
Update vfc-vnflcm java yaml template
As sonar job neet execute unittests, and unittests depend redis service,
so change build-node to redis node centos7-redis-4c-4g.
Change-Id: I597616867d912121763a92a4f9b5d41b8a92c5e1
Issue-ID: VFC-781
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'jjb/vfc')
-rw-r--r-- | jjb/vfc/vfc-gvnfm-vnflcm-java.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml index 7abef2e2c..ce6041872 100644 --- a/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml +++ b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml @@ -24,13 +24,13 @@ !include-raw-escape: 'build-gvnfm-vnflcm-docker-image.sh' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g + build-node: centos7-redis-4c-4g - project: name: vfc-gvnfm-vnflcm-sonar jobs: - gerrit-maven-sonar cron: 'H 11 * * *' - build-node: ubuntu1604-basebuild-4c-4g + build-node: centos7-redis-4c-4g project: 'vfc/gvnfm/vnflcm' project-name: 'vfc-gvnfm-vnflcm' branch: 'master' |