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:
@@ -1,11 +1,12 @@
|
||||
# simply copy the contents of the repository to the server, no building needed
|
||||
- job:
|
||||
name: infra-publications-publish
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- shell: |
|
||||
#!/bin/bash -x
|
||||
# NAME will either be the branch name or the tag name
|
||||
@@ -28,11 +29,12 @@
|
||||
|
||||
- job:
|
||||
name: infra-publications-publish-index
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
git reset --hard remotes/origin/master
|
||||
|
||||
@@ -21,11 +21,12 @@
|
||||
- job:
|
||||
name: publish-infra-docs-index
|
||||
description: Render and publish the infra docs index.
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- tox:
|
||||
envlist: infra-docs
|
||||
|
||||
@@ -43,8 +44,9 @@
|
||||
node: bare-trusty
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- tox:
|
||||
envlist: infra-docs
|
||||
|
||||
|
||||
@@ -209,11 +209,12 @@
|
||||
|
||||
- job:
|
||||
name: irc-meetings-publish
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- tox:
|
||||
envlist: 'ical'
|
||||
|
||||
@@ -241,11 +242,12 @@
|
||||
|
||||
- job:
|
||||
name: gate-irc-meetings-tox-ical
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- tox:
|
||||
envlist: 'ical,check'
|
||||
|
||||
@@ -268,11 +270,12 @@
|
||||
|
||||
- job:
|
||||
name: gate-infra-ansible
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- tox:
|
||||
envlist: 'ansible-syntax-check'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user