summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2023-03-24 17:13:21 -0400
committerDave Wallace <dwallacelf@gmail.com>2023-03-24 17:13:21 -0400
commit699bece463284fc2dfe3c498b647e577bf44603a (patch)
tree8c03c39c3c1ccca0e3fa045bf92c47848990616e /jjb
parent3427e2c8369173ed9f1daeeb59068281e2acbb8d (diff)
fix vpp docsonly gerrit trigger file regexp.
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I8f1f427730a82faf846ba9d0f52fcdde54266aeb
Diffstat (limited to 'jjb')
-rw-r--r--jjb/vpp/docs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml
index e80a46656..50242ea53 100644
--- a/jjb/vpp/docs.yaml
+++ b/jjb/vpp/docs.yaml
@@ -214,7 +214,7 @@
branch-pattern: '**/{branch}'
file-paths:
- compare-type: 'REG_EXP'
- pattern: '.*/docs/.*'
+ pattern: '.*docs/.*'
override-votes: true
gerrit-build-notbuilt-verified-value: 0
gerrit-build-successful-verified-value: 1
@@ -291,7 +291,7 @@
branch-pattern: '**/{branch}'
file-paths:
- compare-type: 'REG_EXP'
- pattern: '.*/docs/.*'
+ pattern: '.*docs/.*'
skip-vote:
successful: true
failed: false