From ae7ae218f246dbcf01129d19e3fb574342b2022a Mon Sep 17 00:00:00 2001 From: JulienBe Date: Tue, 18 Apr 2017 00:30:37 -0700 Subject: [PATCH] Changing build node for mso IT These builds require a docker engine Change-Id: Iaaaca65c311922bab89ee1ef074e85942a87da04 Signed-off-by: JulienBe --- jjb/mso/mso.yaml | 4 ++-- 1 file 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' -- 2.16.6