Add a tab that shows a summary of results posted by the Zuul CI system (https://zuul-ci.org)

Clone this repo:
  1. 3600417 Fix web lint for current plugin tooling by David Ostrovsky · 3 weeks ago main
  2. 5f54662 Migrate web BUILD to aspect TypeScript rules by David Ostrovsky · 3 weeks ago
  3. b0b8ced Align tsconfig with ts_project outputs by David Ostrovsky · 3 weeks ago stable-3.13 stable-3.14
  4. 958fe95 Convert from Polymer to Lit by paladox · 1 year, 2 months ago
  5. be4de83 Switch to gr-icon from iron-icon by Clark Boylan · 3 years, 4 months ago

Zuul Results Summary

Polygerrit plugin to show a summary of Zuul results in a change tab

Results are show in reverse chronological order, additionally sorted by CI userid's in ZUUL_PRIORITY (earlier entry in the list means sorted first in the output table). i.e. if you consider one of your CI reporters to be the main one, you should place it first in this list.

UI tests

UI tests are still a work in progress

Test plugin on Gerrit

  1. Clone gerrit git clone https://gerrit.googlesource.com/gerrit
  2. Clone plugin to plugins/zuul-results-summary `cd plugins; git clone https://gerrit.googlesource.com/plugins/zuul-results-summary
  3. Run build cd ..; bazel build plugins/zuul-results-summary:zuul-results-summary
  4. Copy resulting plugin bazel-bin/plugins/zuul-results-summary/zuul-results-summary.jar to Gerrit plugins directory
  5. Issue a reload ssh -p 29418 admin@<host> gerrit plugin reload zuul-results-summary