New issue
Advanced search Search tips

Issue 690055 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

[WPT Sync] Fetch MANIFEST.json from GS and add it to .presubmit.

Project Member Reported by qyears...@chromium.org, Feb 8 2017

Issue description

Context: MANIFEST.json is used to track metadata about Web Platform Tests. It can be updated quickly while running the tests if it's already mostly-generated, but generating it from scratch is slow.

Many little changes cause changes in MANIFEST.json, which developers don't directly care about, and so ignoring it will make updating tests simpler.

See discussion in  bug 683485 .

Proposed solution:

 - Put MANIFEST.json in Google Storage
 - Add a gclient hook to download it from Google Storage
 - Add MANIFEST.json to .gitignore
 - Update the stored copy regularly (e.g. on import)
 - Update MANIFEST.json locally when running tests ( bug 666957 )
 
Status: WontFix (was: Available)
A better solution was done for  bug 666957 ; a manifest base file is checked in, which is updated on import, and MANIFEST.json is generated based on that when tests are run, but ignored by git due to the .gitignore file.
Components: Blink>Infra>Ecosystem
Components: -Blink>Infra>Predictability

Sign in to add a comment