Closed Bug 1699483 Opened 5 years ago Closed 5 years ago

drop unused task group labels

Categories

(Firefox Build System :: Task Configuration, task)

task

Tracking

(firefox88 fixed)

RESOLVED FIXED
88 Branch
Tracking Status
firefox88 --- fixed

People

(Reporter: aryx, Assigned: aryx)

Details

Attachments

(1 file)

Compared

select job_group.symbol,
       MAX(push.time),
       COUNT(*)
from job_group
join job
on job_group.id = job.job_group_id
join push
on job.push_id = push.id
where /* exclude backfill tests */
      job_group.symbol NOT LIKE '%-bk'
group by job_group.id
order by job_group.symbol

from treeherder's database against https://searchfox.org/mozilla-central/rev/f07a609a76136ef779c65185165ff5ac513cc172/taskcluster/ci/config.yml#10-196 and manually kept some release graph tasks.

Attachment #9210059 - Attachment description: Bug 1699483 - drop unused task group labels. DONTBUILD → Bug 1699483 - drop unused task group labels. r=jmaher DONTBUILD
Pushed by archaeopteryx@coole-files.de: https://hg.mozilla.org/integration/autoland/rev/d05bc82b3aca drop unused task group labels. r=jmaher DONTBUILD

Smart, well done :)

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: