From da22d2d93a2ceb78b101005dcf431f967685c560 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 2 Mar 2021 11:09:18 +1100 Subject: [PATCH] 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/ --- docker/gerrit/bazel/Dockerfile | 2 +- playbooks/test-review.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/gerrit/bazel/Dockerfile b/docker/gerrit/bazel/Dockerfile index 4009f56b03..ea09bff335 100644 --- a/docker/gerrit/bazel/Dockerfile +++ b/docker/gerrit/bazel/Dockerfile @@ -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 diff --git a/playbooks/test-review.yaml b/playbooks/test-review.yaml index 1b3528fedc..6e38851ce2 100644 --- a/playbooks/test-review.yaml +++ b/playbooks/test-review.yaml @@ -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