mistral, ironic-python-agent-jobs: Convert to ubuntu-trusty
Convert jobs using bare-trusty to ubuntu-trusty. Change-Id: I11507f18cf3e936ef409aab9a450b45682f4e4a2
This commit is contained in:
parent
69083f40f5
commit
39c590a460
@ -1,11 +1,12 @@
|
||||
- job:
|
||||
name: 'gate-ironic-python-agent-buildimage-coreos'
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
imagebuild/coreos/full_trusty_build.sh
|
||||
|
||||
@ -14,12 +15,13 @@
|
||||
|
||||
- job:
|
||||
name: 'ironic-python-agent-buildimage-coreos'
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
imagebuild/coreos/full_trusty_build.sh
|
||||
|
||||
|
@ -41,12 +41,13 @@
|
||||
|
||||
- job:
|
||||
name: 'gate-mistral-docker-buildimage'
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
if [ -x "/usr/bin/apt-get" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user