Skip to content

Commit

Permalink
Merge pull request #29 from Spredzy/clean_awx_tox
Browse files Browse the repository at this point in the history
awx: Remove clean-static-node and tox override

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
  • Loading branch information
softwarefactory-project-zuul[bot] committed Oct 8, 2018
2 parents 896d1e0 + c47ce1e commit a3ec8c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
12 changes: 0 additions & 12 deletions playbooks/clean-static-node.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,33 +137,3 @@
Wait timeout in minutes.
run: playbooks/wait-for-changes-ahead.yaml

- job:
name: clean-static-node
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 a3ec8c6

Please sign in to comment.