diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-04-14 10:22:26 +0200 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-04-14 10:22:47 +0200 |
commit | 263ac833658d7ccd27ee43efa4757a847d531c46 (patch) | |
tree | 723a8d14e450cee94b7f965e713c43de00d158ec /jjb | |
parent | a697f8b68b8a64173ad8c451ac60a544aa1bba18 (diff) |
Docker unavailable on default node
Change-Id: Id43b09a97453e6d1bcb1bde4c53cf19bac98bcff
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
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' |