de-duplicate index-search and skip-unless-changed optimizations
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox119 fixed)
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: jcristau, Assigned: jcristau)
References
Details
Attachments
(2 files, 1 obsolete file)
Bug 1780278 merged optimization logic between taskgraph and gecko_taskgraph, but we're still duplicating the index-search and skip-unless-changed optimizations.
| Assignee | ||
Comment 1•2 years ago
|
||
index-search is already registered by upstream taskgraph, so this is a
no-op (register_strategy ignores the duplicate registration).
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
As far as I can tell the only difference is that upstream checks the
repository_type param before considering pushlog id.
| Assignee | ||
Updated•2 years ago
|
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/878c11c82fc5
https://hg.mozilla.org/mozilla-central/rev/2e446d8859cc
Comment 5•2 years ago
|
||
Hey, sorry for commenting on a closed bug, i noticed that after this patch was applied, i no longer get the artifacts downloaded (on mac), even after i clear $HOME/.mozbuild
usually when you mach bootstrap you get something like:
Downloading artifact to local cache: /Users/smurfd/.mozbuild/toolchains/92cb56d28216ec86-clang.tar.zst
this does not happen after this. was that the plan?
changeset: 676648:1f709b0dc718 (bootstrap does not work)
summary: Bug 1850904 - Expand media.allow-audio-non-utility to early beta r=alwu
changeset: 676647:2e446d8859cc
summary: Bug 1850749 - use upstream taskgraph's skip-unless-changed optimization. r=releng-reviewers,taskgraph-reviewers,ahal
changeset: 676646:878c11c82fc5
summary: Bug 1850749 - remove duplicate index-search optimization method. r=releng-reviewers,taskgraph-reviewers,ahal
changeset: 676645:d06fb43a32e5 (bootstrap works)
summary: Bug 1845159 - Add preferences pane checkbox for clipboard suggestion. r=mak,fluent-reviewers,settings-reviewers
Comment 6•2 years ago
|
||
I'm seeing the same on Windows. This seems to have broken bootstrapping during configure.
| Assignee | ||
Comment 7•2 years ago
|
||
Fixes mach bootstrap, among others.
| Assignee | ||
Comment 8•2 years ago
|
||
Sorry about that; fix is up in comment 7.
Comment 9•2 years ago
|
||
Comment on attachment 9351407 [details]
Bug 1850749 - update references to IndexSearch. r?#releng
Revision D187361 was moved to bug 1851405. Setting attachment 9351407 [details] to obsolete.
Updated•2 years ago
|
Description
•