about summary refs log tree commit diff
path: root/ops/gerrit-tvl
diff options
context:
space:
mode:
Diffstat (limited to 'ops/gerrit-tvl')
-rw-r--r--ops/gerrit-tvl/static/tvl.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/gerrit-tvl/static/tvl.js b/ops/gerrit-tvl/static/tvl.js
index 899e01965e..7019624b59 100644
--- a/ops/gerrit-tvl/static/tvl.js
+++ b/ops/gerrit-tvl/static/tvl.js
@@ -113,6 +113,7 @@ const tvlChecksProvider = {
       for (let job of build.jobs) {
         // TODO(lukegb): add the ability to retry these
         const checkRun = {
+          patchset: parseInt(build.env.GERRIT_PATCHSET, 10),
           attempt: attempt,
           externalId: job.id,
           checkName: job.name,