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'