summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2022-07-12 10:25:59 -0700
committerJames E. Blair <jim@acmegating.com>2022-07-12 10:25:59 -0700
commit458ba317fdc2ea9a66ef058b248646473819b32e (patch)
tree71a04ea96102a321c2d616fc1ea04b40eeaf091d /tests
parentdcc4c21aef0abf694db1325092fb0ab3486402f2 (diff)
downloadzuul-458ba317fdc2ea9a66ef058b248646473819b32e.tar.gz
Add pipeline-based merge op metrics
So that operators can see in aggregate how long merge, files-changes, and repo-state merge operations take in certain pipelines, add metrics for the merge operations themselves (these exclude the overhead of pipeline processing and job dispatching). Change-Id: I8a707b8453c7c9559d22c627292741972c47c7d7
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_scheduler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_scheduler.py b/tests/unit/test_scheduler.py
index c6865a8d7..8f75a42ee 100644
--- a/tests/unit/test_scheduler.py
+++ b/tests/unit/test_scheduler.py
@@ -451,6 +451,7 @@ class TestScheduler(ZuulTestCase):
'zuul.tenant.tenant-one.reconfiguration_time',
'zuul.tenant.tenant-one.pipeline.gate.event_enqueue_time',
'zuul.tenant.tenant-one.pipeline.gate.merge_request_time',
+ 'zuul.tenant.tenant-one.pipeline.gate.merger_merge_op_time',
'zuul.tenant.tenant-one.pipeline.gate.job_freeze_time',
'zuul.tenant.tenant-one.pipeline.gate.node_request_time',
'zuul.tenant.tenant-one.pipeline.gate.job_wait_time',