X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=c9c1fd021e663f1765c16b7a77acf27a4a34988c;hb=242c84d1804a9f1161dbd09d3c8147be1e6e7d99;hp=d5cc05b71c2cb7aa45b7a66bbada1812d2b86c6f;hpb=0a7789167effec0b07cc32794d44ff3222e90a1a;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index d5cc05b7..c9c1fd02 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -103,6 +103,7 @@ UPLOAD_FILES_PATH={files-dir} - shell: !include-raw-escape: - ../shell/lftools-install.sh + - ../shell/common-variables.sh - ../shell/deploy-maven-file.sh - lf-provide-maven-settings-cleanup @@ -311,6 +312,25 @@ recursive: '{submodule-recursive}' choosing-strategy: '{choosing-strategy}' +############ +# TRIGGERS # +############ + +- trigger: + name: lf-infra-github-pr-trigger + triggers: + - github-pull-request: + trigger-phrase: '{trigger-phrase}' + only-trigger-phrase: '{only-trigger-phrase}' + status-context: '{status-context}' + permit-all: '{permit-all}' + github-hooks: '{github-hooks}' + auto-close-on-fail: false + org-list: + - '{github-org}' + white-list: '{obj:github_pr_whitelist}' + admin-list: '{obj:github_pr_admin_list}' + ############ # WRAPPERS # ############