Skip to content

Commit

Permalink
Use native Zuul v3 tox job
Browse files Browse the repository at this point in the history
Replace tox legacy job with native Zuul v3 job.

Also, remove name from project stanza, this is not needed anymore.

Change-Id: I97f852a39ad461c0ef7bef8071c18eb9eab453a1
  • Loading branch information
ajaeger committed Jan 29, 2018
1 parent 2832f1a commit 21af4fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 159 deletions.
13 changes: 7 additions & 6 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,20 @@
# Experimental
- job:
name: keystone-tox-patch_cover
parent: legacy-base
run: playbooks/legacy/keystone-tox-patch_cover/run.yaml
post-run: playbooks/legacy/keystone-tox-patch_cover/post.yaml
timeout: 2400
parent: openstack-tox
description: |
Run test for keystone project.
Uses tox with the ``patch_cover`` environment.
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^etc/.*$
- ^keystone/tests/unit/.*$
- ^releasenotes/.*$
required-projects:
- openstack/requirements
vars:
tox_envlist: patch_cover

# Experimental
- job:
Expand Down
67 changes: 0 additions & 67 deletions playbooks/legacy/keystone-tox-patch_cover/post.yaml

This file was deleted.

86 changes: 0 additions & 86 deletions playbooks/legacy/keystone-tox-patch_cover/run.yaml

This file was deleted.

0 comments on commit 21af4fe

Please sign in to comment.