Skip to content

Commit

Permalink
Ops: delete triggering a time-test build on build-large queue (#1…
Browse files Browse the repository at this point in the history
…1379)

We don't have 2 different queues anymore, so there is no need to trigger 2
`time-test` builds anymore.
  • Loading branch information
humitos authored Jun 18, 2024
1 parent 7fb9916 commit 8b6fc60
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions readthedocs/metrics/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,4 @@ class CommunityMetrics5mTask(Metrics5mTaskBase):
doc_url=None,
webhook_url="{api_host}/api/v2/webhook/{project}/{webhook_id}/",
),
BuildLatencyMetric(
project="time-test",
queue_name="build-large",
version="latency-test-large",
doc="index",
section="Time",
doc_url=None,
webhook_url="{api_host}/api/v2/webhook/{project}/{webhook_id}/",
),
]

0 comments on commit 8b6fc60

Please sign in to comment.