Don't run puppet openstack jobs when patching rst file

Change-Id: I682d63fb96fbf19b0862c7a40364ddafe9885428
This commit is contained in:
ZhongShengping 2020-05-12 08:45:11 +08:00
parent 44a26f6bc0
commit 22d03ec628

View File

@ -59,6 +59,7 @@
timeout: 7200
irrelevant-files:
- ^.*\.md$
- ^.*\.rst$
- ^doc/.*$
- ^metadata.json$
- ^releasenotes/.*$
@ -164,6 +165,7 @@
timeout: 5400
irrelevant-files:
- ^.*\.md$
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- ^spec/unit/.*$