From ddd34e5a9c0823eea62fff52729297e06c4a1b68 Mon Sep 17 00:00:00 2001 From: Charles Baynham Date: Mon, 9 Sep 2019 17:12:07 +0100 Subject: [PATCH] influx_schedule: log repo_rev along with other info Signed-off-by: Charles Baynham --- artiq/frontend/artiq_influxdb_schedule.py | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/frontend/artiq_influxdb_schedule.py b/artiq/frontend/artiq_influxdb_schedule.py index b3b5fe677..bf8f3a79a 100755 --- a/artiq/frontend/artiq_influxdb_schedule.py +++ b/artiq/frontend/artiq_influxdb_schedule.py @@ -148,6 +148,7 @@ class Log(dict): "priority": v["priority"], "due_date": v["due_date"] or -1., "arguments": v["expid"].get("arguments", {}), + "repo_rev": v["expid"]["repo_rev"], "flush": v["flush"], }, tags={