diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-12-17 10:40:53 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-12-17 10:40:53 -0600 |
commit | 8ee61bba71ac5768e46c57cd499b3f6836e5a509 (patch) | |
tree | d9527c230e9a3085af4c09e107aa5b8d9403fbcc | |
parent | b8591e64a3da7c9de4eb12d35032229652bdcb71 (diff) |
Modify HICN Sonar job node
Modifying the HICN Sonar job node to use the CI node
Change-Id: Icd106a94b50fecaed01a7ee0437f25bab32a04ca
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/hicn/hicn.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 256bad302..4a6d2c104 100644 --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@ -492,7 +492,7 @@ mvn-settings: hicn-settings mvn-version: 'mvn33-new' branch: master - build-node: ubuntu1604-basebuild-4c-4g + build-node: ubuntu1604-builder-4c-4g jobs: - gerrit-maven-sonar @@ -818,4 +818,4 @@ - gerrit-info-yaml-verify build-node: centos7-builder-4c-4g project: hicn - branch: master
\ No newline at end of file + branch: master |