X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=11a827de989176da9e04d0522bd0e7e298a5bcfa;hb=199b633a01c77817f3623b74d9876db5cab5d902;hp=fb24a62114be352608ed5d5a48b94ba2b612f9a0;hpb=d0059ff8d3d0db756b6aa6dc07a421bfd5e29247;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index fb24a621..11a827de 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -86,6 +86,19 @@ - shell: !include-raw: - ../shell/packer-clear-credentials.sh +- builder: + name: lf-infra-push-gerrit-patch + 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}' + - shell: !include-raw-escape: ../shell/gerrit-push-patch.sh + - builder: name: lf-infra-sysstat builders: @@ -185,7 +198,9 @@ name: lf-rtd-trigger-build builders: - inject: - properties-content: RTD_PROJECT={rtd-project} + properties-content: | + RTD_BUILD_URL={rtd-build-url} + RTD_TOKEN={rtd-token} - shell: !include-raw-escape: ../shell/rtd-trigger-build.sh - builder: