diff options
author | JulienBe <jb379x@att.com> | 2017-10-02 16:47:37 +0200 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-10-03 08:06:27 -0700 |
commit | 06365ad077bb3c1c37a338f5dfba027123d45422 (patch) | |
tree | f026b32469ea965b03e233794f1435a2803eab98 /jjb/so | |
parent | 9b7b8252a0b4fb8a8e65a3a6e12d2f5326c36d87 (diff) |
Specify correct build node for so release
Issue-ID: SO-168
Change-Id: I1d66619ebf65ecb553f06deb31c9900a91c8c731
Signed-off-by: JulienBe <jb379x@att.com>
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/so')
-rw-r--r-- | jjb/so/so.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index e28bd2889..7278f0f7f 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -14,7 +14,7 @@ archive-artifacts: 'packages/arquillian-unit-tests/target/**/*' - '{project-name}-{stream}-release-version-profile-java-daily': mvn-profile: 'with-integration-tests' - build-node: 'ubuntu1604-basebuild-8c-8g' + build-node: 'ubuntu1604-docker-8c-8g' - '{project-name}-{stream}-docker-version-java-daily': docker-pom: 'pom.xml' mvn-profile: 'docker' |