Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
WIP: zuul extra jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jan 12, 2020
1 parent bc99388 commit 3113f84
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions zuul.d/layout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@
- ansible-tox-linters:
vars:
tox_envlist: lint
- ansible-tox-py27
- ansible-tox-py35
- ansible-tox-py36
- ansible-tox-py37
- ansible-tox-py38
# - ansible-tox-py27
# - ansible-tox-py35
# - ansible-tox-py36
# - ansible-tox-py37
# - ansible-tox-py38
- name: ansible-tox-devel
parent: ansible-tox-py36
vars:
tox_envlist: devel
- name: ansible-tox-distros
parent: ansible-tox-py36
vars:
tox_envlist: distros
gate:
jobs: *defaults

0 comments on commit 3113f84

Please sign in to comment.