diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-22 18:40:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-22 18:40:34 +0000 |
commit | b272f5477ea52722a959e0228dea6e388da04d7d (patch) | |
tree | a0bbab9a102a4125ccb04ed7b8ad450db4722038 /jjb | |
parent | e818a53d4427d1ccf839f8df82e200d7094a65d8 (diff) | |
parent | 03253a279237ce489187afe61d1b9ac50668587d (diff) |
Merge "Run policy/engine release job on 4g node"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/policy/policy-engine.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml index e50cffa90..e657192b4 100644 --- a/jjb/policy/policy-engine.yaml +++ b/jjb/policy/policy-engine.yaml @@ -7,7 +7,8 @@ build-node: 'ubuntu1604-basebuild-4c-4g' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-release-version-java-daily': + build-node: 'ubuntu1604-basebuild-4c-4g' - '{project-name}-{stream}-stage-site-java': build-node: 'ubuntu1604-basebuild-4c-4g' site-pom: 'pom.xml' |