diff options
author | Jeremy Phelps <jphelps@linuxfoundation.org> | 2017-03-14 10:53:46 -0500 |
---|---|---|
committer | Jeremy Phelps <jphelps@linuxfoundation.org> | 2017-03-14 10:56:54 -0500 |
commit | 5eb267a84703995d3c2b22957d253e92f21676bc (patch) | |
tree | 52f37cf76d20c08bd5baa2c5fd1d93c86e29ef00 /jjb | |
parent | ed1de529657142afcce25a48c6b08f27b8ac4c08 (diff) |
Update yaml to use the only docker node defined
The correct node to use for mso-docker-image-blessing
job template is ubuntu1604-docker-8c-8g
Change-Id: I86d889b92ba599884eff31bf85ca9423a21193d4
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global-templates-script.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/global-templates-script.yaml b/jjb/global-templates-script.yaml index 83f4fe6a2..87ddb871f 100644 --- a/jjb/global-templates-script.yaml +++ b/jjb/global-templates-script.yaml @@ -872,7 +872,7 @@ project-type: freestyle concurrent: true - node: 'ubuntu1604-docker-2c-1g' + node: 'ubuntu1604-docker-8c-8g' parameters: - string: @@ -900,4 +900,4 @@ global-settings-file: 'global-settings' settings-file: '{mvn-settings}' - docker-login - - shell: !include-raw: include-docker-blessing.sh
\ No newline at end of file + - shell: !include-raw: include-docker-blessing.sh |