Skip to content

Commit

Permalink
Merge pull request #28 from ansible/tox_job_overrides
Browse files Browse the repository at this point in the history
Define tox templates for awx
  • Loading branch information
matburt committed Oct 4, 2018
2 parents 1f06314 + 43f915e commit 30cbae3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,27 @@
run: playbooks/clean-static-node.yaml
description: |
Cleans up a pre-existing source tree from a static node
- job:
name: tox-api-lint
parent: tox
vars:
tox_envlist: api-lint

- job:
name: tox-ui-lint
parent: tox
vars:
tox_envlist: ui-lint

- job:
name: tox-api
parent: tox
vars:
tox_envlist: api

- job:
name: tox-ui
parent: tox
vars:
tox_envlist: ui

0 comments on commit 30cbae3

Please sign in to comment.