From a7fbd14ea49c453ead41af57020ebf966b547a19 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 4 May 2023 18:10:44 +1000 Subject: [PATCH] Fix: Update gerrit trigger path for it/test The project has introduced new tests that are not triggering the verify jobs. Issue-ID: https://jira.linuxfoundation.org/browse/IT-25534 Change-Id: Ib1368632637fb855d7461d375033c8a6f21e1eae Signed-off-by: Anil Belur --- jjb/it-test/it-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/it-test/it-test.yaml b/jjb/it-test/it-test.yaml index f2a1d140..17c4854b 100644 --- a/jjb/it-test/it-test.yaml +++ b/jjb/it-test/it-test.yaml @@ -84,6 +84,8 @@ gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: "ric_benchmarking/e2-interface/.*" + - compare-type: REG_EXP + pattern: "test_scripts/O2IMS_Compliance_Test/.*" - project: <<: *it_test_common -- 2.16.6