Convert infra* jobs to ubuntu-trusty

Convert infra* jobs that explicitely set bare-trusty to use
ubuntu-trusty.

Change-Id: Iad060e88d81fc1f73a65f38e5dbf251426c07fa7
This commit is contained in:
Andreas Jaeger
2016-03-04 17:38:30 +01:00
parent 7334ceb347
commit c7167cf9b6
3 changed files with 20 additions and 13 deletions

View File

@@ -1,11 +1,12 @@
# simply copy the contents of the repository to the server, no building needed # simply copy the contents of the repository to the server, no building needed
- job: - job:
name: infra-publications-publish name: infra-publications-publish
node: bare-trusty node: ubuntu-trusty
builders: builders:
- revoke-sudo
- gerrit-git-prep - gerrit-git-prep
- install-distro-packages
- revoke-sudo
- shell: | - shell: |
#!/bin/bash -x #!/bin/bash -x
# NAME will either be the branch name or the tag name # NAME will either be the branch name or the tag name
@@ -28,11 +29,12 @@
- job: - job:
name: infra-publications-publish-index name: infra-publications-publish-index
node: bare-trusty node: ubuntu-trusty
builders: builders:
- revoke-sudo
- gerrit-git-prep - gerrit-git-prep
- install-distro-packages
- revoke-sudo
- shell: | - shell: |
#!/bin/bash -xe #!/bin/bash -xe
git reset --hard remotes/origin/master git reset --hard remotes/origin/master

View File

@@ -21,11 +21,12 @@
- job: - job:
name: publish-infra-docs-index name: publish-infra-docs-index
description: Render and publish the infra docs index. description: Render and publish the infra docs index.
node: bare-trusty node: ubuntu-trusty
builders: builders:
- revoke-sudo
- gerrit-git-prep - gerrit-git-prep
- install-distro-packages
- revoke-sudo
- tox: - tox:
envlist: infra-docs envlist: infra-docs
@@ -43,8 +44,9 @@
node: bare-trusty node: bare-trusty
builders: builders:
- revoke-sudo
- gerrit-git-prep - gerrit-git-prep
- install-distro-packages
- revoke-sudo
- tox: - tox:
envlist: infra-docs envlist: infra-docs

View File

@@ -209,11 +209,12 @@
- job: - job:
name: irc-meetings-publish name: irc-meetings-publish
node: bare-trusty node: ubuntu-trusty
builders: builders:
- revoke-sudo
- gerrit-git-prep - gerrit-git-prep
- install-distro-packages
- revoke-sudo
- tox: - tox:
envlist: 'ical' envlist: 'ical'
@@ -241,11 +242,12 @@
- job: - job:
name: gate-irc-meetings-tox-ical name: gate-irc-meetings-tox-ical
node: bare-trusty node: ubuntu-trusty
builders: builders:
- revoke-sudo
- gerrit-git-prep - gerrit-git-prep
- install-distro-packages
- revoke-sudo
- tox: - tox:
envlist: 'ical,check' envlist: 'ical,check'
@@ -268,11 +270,12 @@
- job: - job:
name: gate-infra-ansible name: gate-infra-ansible
node: bare-trusty node: ubuntu-trusty
builders: builders:
- revoke-sudo
- gerrit-git-prep - gerrit-git-prep
- install-distro-packages
- revoke-sudo
- tox: - tox:
envlist: 'ansible-syntax-check' envlist: 'ansible-syntax-check'