X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-python-jobs.yaml;h=0029f3ec03d49f4851175493d17f1d0528601b51;hb=refs%2Fchanges%2F97%2F10397%2F2;hp=be66e059764c7c5b2d26dec8e789749bde424f47;hpb=68bfb0c6bd7ba0c23e665ba4045acbba0e26af02;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index be66e059..0029f3ec 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -102,6 +102,9 @@ gerrit_clm_triggers: - comment-added-contains-event: comment-contains-value: run-clm$ + gerrit_trigger_file_paths: + - compare-type: ANT + pattern: '**' ##################### # Job Configuration # @@ -125,6 +128,7 @@ branches: - branch-compare-type: ANT branch-pattern: '**/{branch}' + file-paths: '{obj:gerrit_trigger_file_paths}' skip-vote: successful: true failed: true @@ -219,6 +223,9 @@ gerrit_sonar_triggers: - comment-added-contains-event: comment-contains-value: run-sonar$ + gerrit_trigger_file_paths: + - compare-type: ANT + pattern: '**' ##################### # Job Configuration # @@ -260,6 +267,7 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/master' + file-paths: '{obj:gerrit_trigger_file_paths}' skip-vote: successful: true failed: true @@ -430,6 +438,9 @@ - draft-published-event - comment-added-contains-event: comment-contains-value: recheck$ + gerrit_trigger_file_paths: + - compare-type: ANT + pattern: '**' parallel: true @@ -463,6 +474,7 @@ branches: - branch-compare-type: ANT branch-pattern: '**/{branch}' + file-paths: '{obj:gerrit_trigger_file_paths}' - job-template: # Python projects typically use tox to run testing.