Closed
Bug 1859436
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 42576 - [manifest] Avoid `git diff-index` on non-WPT files during updates
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox121 fixed)
RESOLVED
FIXED
121 Branch
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42576 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42576
Details from upstream follow.
Jonathan Lee <jonathanjlee@google.com> wrote:
[manifest] Avoid
git diff-indexon non-WPT files during updatesThis change optimizes a use of
git diff-indexwhen updating the manifest. This saves ~2s when running the command in thechromium/srcmonorepo, which is much larger than upstream WPT (with slowergitoperations to match). Not a functional change.See also: https://crbug.com/1492238
| Assignee | ||
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•2 years ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
| Assignee | ||
Comment 3•2 years ago
|
||
Test result changes from PR not available.
| Assignee | ||
Comment 4•2 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/18ece8c94f99
[wpt PR 42576] - [manifest] Avoid `git diff-index` on non-WPT files during updates, a=testonly
| Assignee | ||
Comment 6•2 years ago
|
||
Test result changes from PR not available.
Comment 7•2 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•