Handle ERROR status

The error status is slightly different and has a free-form string.
Parse this and put it in the results.  We put this behind a tooltip on
the ERROR status; not terribly discoverable so further work is
welcome.

Change-Id: I10fe614ad6d47964ca0d45f32cf4ce105c6ec76f
1 file changed
tree: ad2d2d111eff6f3d50af7351168fa167a7934686
  1. zuul-results-summary/
  2. .eslintignore
  3. .eslintrc.json
  4. .gitignore
  5. .gitreview
  6. bower.json
  7. BUILD
  8. LICENSE
  9. package.json
  10. README.md
README.md

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.js to Gerrit plugins directory