diff options
author | JulienBe <jb379x@att.com> | 2017-04-18 00:30:37 -0700 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-04-18 00:30:44 -0700 |
commit | ae7ae218f246dbcf01129d19e3fb574342b2022a (patch) | |
tree | 654a66f868f9d81dfd682407e25b5ab1d539515a /jjb/mso | |
parent | 263ac833658d7ccd27ee43efa4757a847d531c46 (diff) |
Changing build node for mso IT
These builds require a docker engine
Change-Id: Iaaaca65c311922bab89ee1ef074e85942a87da04
Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'jjb/mso')
-rw-r--r-- | jjb/mso/mso.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/mso/mso.yaml b/jjb/mso/mso.yaml index 9a318fe78..d787ca935 100644 --- a/jjb/mso/mso.yaml +++ b/jjb/mso/mso.yaml @@ -6,10 +6,10 @@ jobs: - '{project-name}-{stream}-verify-profile-java': mvn-profile: 'with-integration-tests' - build-node: 'ubuntu1604-basebuild-8c-8g' + build-node: 'ubuntu1604-docker-8c-8g' - '{project-name}-{stream}-merge-profile-java': mvn-profile: 'with-integration-tests' - build-node: 'ubuntu1604-basebuild-8c-8g' + build-node: 'ubuntu1604-docker-8c-8g' - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-version-java-daily': docker-pom: 'pom.xml' |