Closed Bug 2025275 Opened 2 months ago Closed 2 months ago

manifest-timings-daily produces empty data when no pushes land on mozilla-central

Categories

(Testing :: General, defect)

defect

Tracking

(firefox151 fixed)

RESOLVED FIXED
151 Branch
Tracking Status
firefox151 --- fixed

People

(Reporter: florian, Assigned: florian)

References

Details

Attachments

(2 files)

The manifest-timings-daily task produced an empty manifests.json file (aggregating 0 jobs) because there were no merges to mozilla-central on Sunday 2026-03-22. A merge happened Saturday at 11pm and another one Monday at 1am, so the previous-day query returned no pushes.

Two fixes:

  • Fail the task when no timing data is collected, so the previous day's data is not invalidated by an empty file.
  • When the query for previous-day pushes returns fewer than 2 results, fetch the most recent pushes before end-of-day to ensure we aggregate data from at least 2 pushes.

The task was silently producing empty output files when no pushes landed
on mozilla-central (e.g. on Sundays), invalidating the previous day's data.

When no or only one push lands on mozilla-central in a day (e.g. weekends),
expand the search to include the most recent pushes before end-of-day so we
aggregate data from at least 2 pushes.

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

Attachment

General

Created:
Updated:
Size: