From 4d5baac7dfd358c558f764f9368137b6d9d06865 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 7 Apr 2022 10:47:10 +0200 Subject: [PATCH] Stop filtering doc path before verifying the documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Filtering docs falsy raises lots of side effects in ONAP doc. The job duration is far too short to justify the side effects. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier Change-Id: I5555d70f7cfce21cc6fa765da1140adffc5b596c --- jjb/rtdv3/rtdv3.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/rtdv3/rtdv3.yaml b/jjb/rtdv3/rtdv3.yaml index 4a5d8ea66..966f3c906 100644 --- a/jjb/rtdv3/rtdv3.yaml +++ b/jjb/rtdv3/rtdv3.yaml @@ -17,6 +17,9 @@ tox-dir: "docs/" doc-dir: "_build/html" build-node: centos7-builder-2c-1g + # the jjb is very short and filtering docs falsy raises side effects in + # ONAP doc + gerrit_trigger_file_paths: # override the default to allow rechecking a patchset gerrit_verify_triggers: - patchset-created-event: -- 2.16.6