X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=6a0cab9d9854b9b029722aff58aa1218a2c0c2cb;hb=refs%2Ftags%2Fv0.21.3;hp=ba419c691df142406f4794b1ab0200d5e334a8d8;hpb=961ef4327102f60f1d81e91b73027f032e144d6e;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index ba419c69..6a0cab9d 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -52,6 +52,12 @@ - description-setter: regexp: '^Build logs: .*' +- builder: + name: lf-infra-package-listing + builders: + - shell: !include-raw: + - ../shell/package-listing.sh + - builder: name: lf-infra-packer-build builders: @@ -427,6 +433,7 @@ - UNSTABLE build-steps: - lf-infra-sysstat + - lf-infra-package-listing - lf-infra-ship-logs mark-unstable-if-failed: true - workspace-cleanup: @@ -470,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 # ############