Convert *plugin-jobs to ubuntu-trusty
Convert jobs to use ubuntu-trusty. Change node declaration for them to ubuntu-trusty. Change-Id: Ib16c54042c0ad14ffb7d07e9bd075b1d7373acb2
This commit is contained in:
parent
acbd2ab07c
commit
bd16f16d41
@ -3,7 +3,7 @@
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-build'
|
||||
node: '{node}'
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
@ -11,8 +11,9 @@
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||
@ -24,7 +25,7 @@
|
||||
|
||||
- job-template:
|
||||
name: '{name}-hpi-artifact'
|
||||
node: '{node}'
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
@ -32,8 +33,9 @@
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
- job-template:
|
||||
name: '{name}-localrepo-upload'
|
||||
node: '{node}'
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
@ -11,8 +11,9 @@
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||
|
Loading…
Reference in New Issue
Block a user