diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2023-03-24 17:13:21 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-03-24 17:13:21 -0400 |
commit | 699bece463284fc2dfe3c498b647e577bf44603a (patch) | |
tree | 8c03c39c3c1ccca0e3fa045bf92c47848990616e | |
parent | 3427e2c8369173ed9f1daeeb59068281e2acbb8d (diff) |
fix vpp docsonly gerrit trigger file regexp.
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I8f1f427730a82faf846ba9d0f52fcdde54266aeb
-rw-r--r-- | jjb/vpp/docs.yaml | 4 |
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 |