From 63b64d71f0e1ad5a7f8dce5490441ba7d07f51af Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 16 Nov 2015 20:48:01 -0500 Subject: [PATCH] Switch ansible-functional job zuul-git-prep Since we only have a single module right now, we don't need to full ability to zuul-clone. We are also running into a 127 char shebang limit with execve so this will reduce our directory name. Change-Id: I024f414ddae85621a861b21d284ea1e417c4438d Signed-off-by: Paul Belanger --- jenkins/jobs/ansible-role-jobs.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/jenkins/jobs/ansible-role-jobs.yaml b/jenkins/jobs/ansible-role-jobs.yaml index 740a403907..80d1500855 100644 --- a/jenkins/jobs/ansible-role-jobs.yaml +++ b/jenkins/jobs/ansible-role-jobs.yaml @@ -18,18 +18,9 @@ node: 'devstack-{ostype}' builders: - - zuul-clone: - project: $ZUUL_PROJECT - # NOTE(pabelanger): We should be using the tox builder for this, however I - # cannot see a better way of adding cd $ZUUL_PROJECT without exposing a - # new variable to the tox builder. - - shell: | - #!/bin/bash -xe - cd $ZUUL_PROJECT - /usr/local/jenkins/slave_scripts/run-tox.sh ansible-functional - - publishers: - - zuul-swift-upload-console-log + - zuul-git-prep + - tox: + envlist: ansible-functional - job-group: name: 'ansible-lint-jobs'