X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Flf-rtd-jobs.yaml;h=b252626d549ffddb21efd3210743a057cb1937a0;hb=c39a78a2527e40fbf2d46204ea70468c96dd1c05;hp=d1333d37764d7dfd3453808d998022b398f6fd04;hpb=67d9026da328bf16bfa9c1ab0fe88dc25cd1fafa;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-rtd-jobs.yaml b/jjb/lf-rtd-jobs.yaml index d1333d37..b252626d 100644 --- a/jjb/lf-rtd-jobs.yaml +++ b/jjb/lf-rtd-jobs.yaml @@ -78,7 +78,8 @@ gerrit_merge_triggers: - change-merged-event - comment-added-contains-event: - comment-contains-value: remerge$ + comment-contains-value: '^Patch Set\s+\d+:\s+remerge\s*$' + - ref-updated-event ##################### # Job Configuration # @@ -109,6 +110,8 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' + - branch-compare-type: 'ANT' + branch-pattern: 'refs/tags/**' file-paths: '{obj:gerrit_trigger_file_paths}' - job-template: @@ -165,6 +168,7 @@ stream: master submodule-recursive: true submodule-timeout: 10 + submodule-disable: false gerrit-skip-vote: false gerrit_verify_triggers: @@ -174,7 +178,7 @@ exclude-no-code-change: false - draft-published-event - comment-added-contains-event: - comment-contains-value: '^Patch Set[ ]+[0-9]+:([ ]+|[\n]+)(recheck|reverify)$' + comment-contains-value: '^Patch Set\s+\d+:\s+(recheck|reverify)\s*$' ##################### # Job Configuration # @@ -203,6 +207,7 @@ refspec: '' # Leave blank!! A later script will handle fetching submodule-recursive: '{submodule-recursive}' submodule-timeout: '{submodule-timeout}' + submodule-disable: '{submodule-disable}' choosing-strategy: default triggers: @@ -243,6 +248,7 @@ branch: '$sha1' submodule-recursive: '{submodule-recursive}' submodule-timeout: '{submodule-timeout}' + submodule-disable: '{submodule-disable}' choosing-strategy: default jenkins-ssh-credential: '{jenkins-ssh-credential}'