diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-09-22 19:14:09 +0000 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-09-22 19:14:09 +0000 |
commit | 3ac75186d3080976a3c546363ad370f29112ae68 (patch) | |
tree | 9ff0668ea03213741b20270493b4e4f23c7d2efc /web | |
parent | Link split package CI results instead of the big report (diff) | |
download | soko-3ac75186d3080976a3c546363ad370f29112ae68.tar.gz soko-3ac75186d3080976a3c546363ad370f29112ae68.tar.bz2 soko-3ac75186d3080976a3c546363ad370f29112ae68.zip |
Add link to the verbose CI report
Bug: https://bugs.gentoo.org/742338
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r-- | web/templates/packages/resources.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/templates/packages/resources.tmpl b/web/templates/packages/resources.tmpl index 8a18cea..c31688e 100644 --- a/web/templates/packages/resources.tmpl +++ b/web/templates/packages/resources.tmpl @@ -16,6 +16,12 @@ </a> </dd> <dd> + <span class="fa fa-fw fa-chain-broken"></span> + <a href="https://qa-reports.gentoo.org/output/gentoo-ci/output.verbose.html;pkg={{.Package.Category}}:{{.Package.Name}}" target="_blank"> + CI Report (verbose) + </a> + </dd> + <dd> <span class="octicon octicon-git-pull-request opticon-resource-icon ml-1"></span> <a href="https://github.com/gentoo/gentoo/pulls?q=is%3Apr+is%3Aopen+in%3Atitle+{{.Package.Category}}%2F{{.Package.Name}}" target="_blank"> Open Pull Requests |