X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Flf-macros.yaml;h=3db4c2bcbb64e6c0eabbaa460623f5224d873442;hb=074b7d6ee98fd81f33d91f5614d02097b47cf90d;hp=e908282c595bd2a59c91a56b850ff4c5a2a3d5ba;hpb=a079f1b34f9f3ae69dd5f996682514db667fe82d;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index e908282c..3db4c2bc 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -97,12 +97,12 @@ builders: - inject: properties-content: | - PROJECT='{project}' - GERRIT_COMMIT_MESSAGE='{gerrit-commit-message}' - GERRIT_HOST='{gerrit-host}' - GERRIT_TOPIC='{gerrit-topic}' - GERRIT_USER='{gerrit-user}' - REVIEWERS_EMAIL='{reviewers-email}' + PROJECT={project} + GERRIT_COMMIT_MESSAGE={gerrit-commit-message} + GERRIT_HOST={gerrit-host} + GERRIT_TOPIC={gerrit-topic} + GERRIT_USER={gerrit-user} + REVIEWERS_EMAIL={reviewers-email} - shell: !include-raw-escape: ../shell/gerrit-push-patch.sh - builder: @@ -477,25 +477,6 @@ 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 # ############