diff --git a/jenkins/jobs/infra-publications.yaml b/jenkins/jobs/infra-publications.yaml index 8b60d56f88..7cfc9b0a69 100644 --- a/jenkins/jobs/infra-publications.yaml +++ b/jenkins/jobs/infra-publications.yaml @@ -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 diff --git a/jenkins/jobs/infra-publish-jobs.yaml b/jenkins/jobs/infra-publish-jobs.yaml index e28e3ab058..a5468f5b71 100644 --- a/jenkins/jobs/infra-publish-jobs.yaml +++ b/jenkins/jobs/infra-publish-jobs.yaml @@ -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 diff --git a/jenkins/jobs/infra.yaml b/jenkins/jobs/infra.yaml index 45872de504..7d2a55a402 100644 --- a/jenkins/jobs/infra.yaml +++ b/jenkins/jobs/infra.yaml @@ -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'