Handle zuul-summary-results as .jar / per-project config

Upstream change has merged that makes a REST endpoint that
enables/disables the Zuul Summary tab on a per-project basis in
results.  It defaults to enabled.

This happens via a .jar which is now copied in during the build.

Change-Id: If50f0fa3c5fb116bd0a5a78694de1e7067aa7f11
Depends-On: https://gerrit-review.googlesource.com/c/plugins/zuul-results-summary/+/298465/
This commit is contained in:
Ian Wienand 2021-03-02 11:09:18 +11:00
parent b150237db0
commit da22d2d93a
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ RUN mkdir /var/gerrit/plugins && \
unzip -jo /var/gerrit/bin/gerrit.war WEB-INF/plugins/* -d /var/gerrit/plugins
COPY opendevtheme.html /var/gerrit/plugins/opendevtheme.html
COPY bazel-bin/plugins/zuul-results-summary/zuul-results-summary.js /var/gerrit/plugins/zuul-results-summary.js
COPY bazel-bin/plugins/zuul-results-summary/zuul-results-summary.jar /var/gerrit/plugins/zuul-results-summary.jar

View File

@ -100,7 +100,7 @@
[access "refs/heads/*"]
label-Verified = -2..+2 group CI-tools
EOF
git commit -a -m 'Update verify tags'
git commit -a -m 'Update All-Project configuration'
git push origin HEAD:refs/meta/config
popd