Skip to content

Commit ebbfab4

Browse files
committed
Fix irrelevant files in tox-py39
1 parent 53ce3dc commit ebbfab4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

zuul.d/openstack-shadow/openstack-tox-py39.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010
version 3.9.
1111
1212
Uses tox with the ``py39`` environment.
13-
irrelevant-files: *common-irrelevant-files
13+
irrelevant-files: &common-irrelevant-files
14+
- ^.*\.rst$
15+
- ^api-ref/.*$
16+
- ^doc/.*$
17+
- ^releasenotes/.*$
18+
- ^deliverables/.*$
19+
- ^\.pre-commit-config\.yaml$
1420
branches:
1521
regex: ^stable/(victoria|wallaby|xena|yoga|zed)$
1622
negate: true

0 commit comments

Comments
 (0)