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:
|
- job-template:
|
||||||
name: 'gate-{name}-build'
|
name: 'gate-{name}-build'
|
||||||
node: '{node}'
|
node: ubuntu-trusty
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- build-timeout:
|
- build-timeout:
|
||||||
@ -11,8 +11,9 @@
|
|||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
|
- install-distro-packages
|
||||||
|
- revoke-sudo
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||||
@ -24,7 +25,7 @@
|
|||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: '{name}-hpi-artifact'
|
name: '{name}-hpi-artifact'
|
||||||
node: '{node}'
|
node: ubuntu-trusty
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- build-timeout:
|
- build-timeout:
|
||||||
@ -32,8 +33,9 @@
|
|||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
|
- install-distro-packages
|
||||||
|
- revoke-sudo
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: '{name}-localrepo-upload'
|
name: '{name}-localrepo-upload'
|
||||||
node: '{node}'
|
node: ubuntu-trusty
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- build-timeout:
|
- build-timeout:
|
||||||
@ -11,8 +11,9 @@
|
|||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
|
- install-distro-packages
|
||||||
|
- revoke-sudo
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user