summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2024-02-12 14:41:29 +0000
committerEric Engestrom <eric@igalia.com>2024-02-16 11:39:50 +0000
commitef744fa589e07bde4376707733163bf569f70b1e (patch)
treef32b0bc62ac9d987c2260d2174c9f105aafdef5e /bin
parenta4f77ce2d417f0a7b445d51b7bfe33c5b6fe4322 (diff)
ci_run_n_monitor: explain why/when there might be no tracked remote
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27578>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ci/ci_run_n_monitor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py
index 264a71c0903..454dc084969 100755
--- a/bin/ci/ci_run_n_monitor.py
+++ b/bin/ci/ci_run_n_monitor.py
@@ -435,6 +435,7 @@ if __name__ == "__main__":
branch_name,
]).decode('ascii').strip()
+ # Ignore local branches that do not track any remote
if tracked_remote:
remote_rev = check_output([
'git', 'rev-parse', tracked_remote,