diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/mso/mso.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/mso/mso.yaml b/jjb/mso/mso.yaml index f7cfcb384..9a318fe78 100644 --- a/jjb/mso/mso.yaml +++ b/jjb/mso/mso.yaml @@ -6,8 +6,10 @@ jobs: - '{project-name}-{stream}-verify-profile-java': mvn-profile: 'with-integration-tests' + build-node: 'ubuntu1604-basebuild-8c-8g' - '{project-name}-{stream}-merge-profile-java': mvn-profile: 'with-integration-tests' + build-node: 'ubuntu1604-basebuild-8c-8g' - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-version-java-daily': docker-pom: 'pom.xml' |