diff --git a/pulpito/templates/job.html b/pulpito/templates/job.html index 7984b27..be8023a 100644 --- a/pulpito/templates/job.html +++ b/pulpito/templates/job.html @@ -20,6 +20,7 @@

{{ job.name }} {{ job.os_type }} + + {{ job.os_version }} + {{ job.status }} diff --git a/pulpito/templates/run.html b/pulpito/templates/run.html index 711d1d0..f972b23 100644 --- a/pulpito/templates/run.html +++ b/pulpito/templates/run.html @@ -80,6 +80,7 @@

Machine Teuthology Branch OS Type + OS Version @@ -130,6 +131,9 @@

{{ job['os_type'] }} + + {{ job['os_version'] }} + {% if job.failure_reason %}