Modify cron so that android CaR only runs once a day
Categories
(Testing :: Raptor, defect, P3)
Tracking
(firefox121 fixed)
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: kshampur, Assigned: kshampur)
References
Details
(Whiteboard: [fxp])
Attachments
(1 file)
it seems sp3 for android CaR is running twice a day, instead of once?
modify this function to stop that https://searchfox.org/mozilla-central/rev/aa8a99510c0686cdf9d42fb4b8f6d968884c961d/taskcluster/gecko_taskgraph/target_tasks.py#758
Assignee | ||
Updated•11 months ago
|
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
For example, https://firefox-ci-tc.services.mozilla.com/tasks/EAk1glwrSZ-ZpGFcI0_lPg here you can see it is part of the general perf testing cron
and there is also this https://firefox-ci-tc.services.mozilla.com/tasks/fJtfxg95T7qsBiGhaiRe9A which is part of the custom-car cron (preferred)
it would be important to fix this because the former might sometimes trigger another custom-car toolchain build within the same day, which would be a waste
Assignee | ||
Comment 2•11 months ago
|
||
while doing this, it would be a good idea to double check the desktop platforms are also running as intended e.g. only once a day
Assignee | ||
Comment 3•11 months ago
|
||
This patch modifies the target tasks so that we don't run the sp3 tests
more than once a day for the Android custom-CaR application. This is for
consistency as this is already taken care of in the
custom-car_perf_testing
which handles custom-car for all platforms.
Updated•11 months ago
|
Comment 5•11 months ago
|
||
bugherder |
Description
•