Skip to content

Commit

Permalink
api: templates: viewer: add missing LAVA URLs
Browse files Browse the repository at this point in the history
Since the "LAVA Job" button was first implemented, a few LAVA labs have
been connected to KernelCI. Using the "LAVA Job" button for jobs
scheduled on those would then error out, the base URL being `undefined`.

Add the missing labs so we can more easily inspect LAVA logs and
job definitions.

Signed-off-by: Arnaud Ferraris <[email protected]>
  • Loading branch information
a-wai authored and nuclearcat committed Aug 25, 2024
1 parent ad4a4cc commit ce9ea25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/templates/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@
var lava_urls = {
"lava-baylibre": "lava.baylibre.com",
"lava-broonie": "lava.sirena.org.uk",
"lava-cip": "lava.ciplatform.org",
"lava-collabora": "lava.collabora.dev",
"lava-collabora-early-access": "staging.lava.collabora.dev",
"lava-collabora-staging": "staging.lava.collabora.dev",
"lava-qualcomm": "lava.infra.foundries.io",
};

function fancydisplayjson(jsontext) {
Expand Down

0 comments on commit ce9ea25

Please sign in to comment.