Align tsconfig with ts_project outputs rules_ts validates that path-affecting TypeScript options are known to Bazel. The zuul-results-summary tsconfig inherited rootDir from the shared plugin config, which resolves outside the web package, and also declared an IDE outDir that the ts_project rule overrides anyway. Override rootDir locally and remove the stale outDir so the effective tsconfig matches the package-local ts_project outputs, following the same fix in the delete-project plugin (Ic9d6f031). Change-Id: Ifed19ef48c9cfbb9b645c5b5381c973991d92aba
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 are still a work in progress
git clone https://gerrit.googlesource.com/gerritplugins/zuul-results-summary `cd plugins; git clone https://gerrit.googlesource.com/plugins/zuul-results-summarycd ..; bazel build plugins/zuul-results-summary:zuul-results-summarybazel-bin/plugins/zuul-results-summary/zuul-results-summary.jar to Gerrit plugins directoryssh -p 29418 admin@<host> gerrit plugin reload zuul-results-summary