diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-12 14:02:52 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-15 08:57:46 +0800 |
commit | 84a1e8d1d024f5f5e4ec18c3a3ae606535dd138d (patch) | |
tree | a6bbdc85e359480ebe9b179ae37331f7bad2449d /jjb/vfc | |
parent | 5768a9216a604f37c5ae473afccb685e1ceee72d (diff) |
Update build-node from basebuild to redis
Compiling the gvnfm vnflcm code requires the Redis server
and must compile the code on the Redis node.
Change-Id: I0b56de562fa5cb77abaac9863027aa6284b389c1
Issue-ID: CIMAN-5
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'jjb/vfc')
-rw-r--r-- | jjb/vfc/vfc-gvnfm-vnflcm-python.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml index c4ed177f5..c58f5bfa1 100644 --- a/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml +++ b/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml @@ -8,7 +8,7 @@ - 'master': branch: 'master' mvn-settings: 'vfc-gvnfm-vnflcm-settings' - build-node: ubuntu1604-basebuild-4c-4g + build-node: ubuntu1604-redis-4c-4g subproject: - 'lcm': path: 'lcm' |