We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00da186 commit bc1846fCopy full SHA for bc1846f
torchci/clickhouse_queries/queued_jobs_aggregate/query.sql
@@ -49,7 +49,9 @@ queued_jobs AS (
49
WHERE
50
job.id IN (SELECT id FROM possible_queued_jobs)
51
AND workflow.id IN (SELECT run_id FROM possible_queued_jobs)
52
- AND workflow.repository.owner.login IN ('pytorch', 'pytorch-labs')
+ AND workflow.repository.owner.login IN (
53
+ 'pytorch', 'pytorch-labs', 'meta-pytorch'
54
+ )
55
AND job.status = 'queued'
56
/* These two conditions are workarounds for GitHub's broken API. Sometimes */
57
/* jobs get stuck in a permanently "queued" state but definitely ran. We can */
0 commit comments