diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index b08f60a..55f896f 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -1,15 +1,24 @@ - job: name: ara-server-ansible-integration parent: tox + nodeset: ubuntu-bionic vars: tox_envlist: ansible-integration - job: - name: tox-py3 + name: ara-tox-py3 parent: tox + nodeset: ubuntu-bionic vars: tox_envlist: py3 +- job: + name: ara-tox-linters + parent: tox + nodeset: ubuntu-bionic + vars: + tox_envlist: linters + # TODO: Delete this, all linters have been merged into tox-linters - job: name: tox-format diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 2be4f33..eba6be2 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -7,9 +7,9 @@ jobs: - ara-server-ansible-integration: voting: false - - tox-linters - - tox-py3 + - ara-tox-linters + - ara-tox-py3 gate: jobs: - - tox-linters - - tox-py3 + - ara-tox-linters + - ara-tox-py3