adjust android pageload to run every 5th push by hacking SETA to not treat them as new jobs
Categories
(Testing :: Performance, enhancement, P1)
Tracking
(firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: jmaher, Assigned: igoldan)
Details
Attachments
(1 file)
we currently determine if a task is high value (per commit) or low value (every 5th commit) via this logic:
https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/util/seta.py#56
seta by default (inside of treeherder) treats new jobs as new and doesn't call them low value until 2 weeks of time has elapsed.
I recommend a shortcut in the taskcluster code so we can treat all android raptor tp6 jobs as low value, that should significantly reduce the load.
Reporter | ||
Comment 1•3 years ago
|
||
:davehunt, I don't have time today for this, happy to look into it later this week- this might be something to look at on your team especially as you are adding new jobs frequently.
I know :ahal has some tricks for dumping the taskgraph before/after a change, I assume we can test this prior to landing
Comment 2•3 years ago
|
||
:igoldan could you take a look into this? Our tp6m tests are saturating our devices, and this should help to take some pressure off.
Assignee | ||
Comment 3•3 years ago
|
||
(In reply to Dave Hunt [:davehunt] [he/him] ⌚️UTC from comment #2)
:igoldan could you take a look into this? Our tp6m tests are saturating our devices, and this should help to take some pressure off.
Yes, I can.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Pushed by igoldan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2ce6dd37ff59 Don't treat any Android job as new job r=jmaher
Comment 6•3 years ago
|
||
Backed out changeset 2ce6dd37ff59 (bug 1535016) for mozlint failure on taskcluster/taskgraph/util/seta.py CLOSED TREE
Backout revision https://hg.mozilla.org/integration/autoland/rev/de3d7088cbc525899978e666803ed7faa931f485
Log failure https://treeherder.mozilla.org/logviewer.html#?job_id=234159884&repo=autoland
Igoldan: could you please take a look?
Assignee | ||
Comment 7•3 years ago
|
||
(In reply to Arthur Iakab [arthur_iakab] from comment #6)
Igoldan: could you please take a look?
Thanks Arthur for doing the backout!
Pushed by igoldan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/551c42866143 Don't treat any Android job as new job r=jmaher
Comment 9•3 years ago
|
||
bugherder |
![]() |
||
Updated•3 years ago
|
Description
•