From c0081cadb2f43daa4bbe39c2c625cc552412427d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 7 May 2021 12:25:30 +0200 Subject: [PATCH] added TODOs --- scripts/metrics/buildbot_monitoring.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/metrics/buildbot_monitoring.py b/scripts/metrics/buildbot_monitoring.py index d5e446c..66f1da9 100755 --- a/scripts/metrics/buildbot_monitoring.py +++ b/scripts/metrics/buildbot_monitoring.py @@ -10,6 +10,10 @@ import json PHABRICATOR_URL = "https://reviews.llvm.org/api/" BUILDBOT_URL = "https://lab.llvm.org/buildbot/api/v2/" +# TODO(kuhnel): retry on connection issues +# TODO(kuhnel): get "buildsets" and "buildrequests" so that we can get the +# commit hash for each build + def connect_to_db() -> psycopg2.extensions.connection: """Connect to the database, create tables as needed."""