Don't run beaker and integration jobs when patching document

Change-Id: I0e2d16ea9974d59543177e544b6e361451b76cac
This commit is contained in:
ZhongShengping 2018-03-12 13:47:02 +08:00
parent 5210dd7903
commit f321e1f0ca
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@
timeout: 5400
irrelevant-files:
- ^.*\.md$
- ^doc/.*$
- ^metadata.json$
- ^releasenotes/.*$
- ^spec/.*$
@ -408,6 +409,7 @@
timeout: 5400
irrelevant-files:
- ^.*\.md$
- ^doc/.*$
- ^spec/unit/.*$
- ^spec/classes/.*$
- ^requirements.txt$