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:
Andreas Jaeger 2016-03-08 20:34:27 +01:00
parent 69083f40f5
commit 39c590a460
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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