We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075e540 commit 5538371Copy full SHA for 5538371
1 file changed
zuul.d/openstack-shadow/openstack-tox-cover.yaml
@@ -12,7 +12,13 @@
12
negate: true
13
required-projects:
14
- name: openstack/requirements
15
- irrelevant-files: *common-irrelevant-files
+ irrelevant-files: &common-irrelevant-files
16
+ - ^.*\.rst$
17
+ - ^api-ref/.*$
18
+ - ^doc/.*$
19
+ - ^releasenotes/.*$
20
+ - ^deliverables/.*$
21
+ - ^\.pre-commit-config\.yaml$
22
vars:
23
tox_constraints_file: '{{ ansible_user_dir }}/src/github.com/stackhpc/requirements/upper-constraints.txt'
24
timeout: 3000
0 commit comments