Open
Bug 1821218
Opened 2 years ago
analyze remaining conditions and create bugs to result in a simplified set of conditions
Categories
(Testing :: General, task)
Tracking
(Not tracked)
NEW
People
(Reporter: jmaher, Unassigned)
References
(Blocks 1 open bug)
Details
currently there are >1000 manifest conditions across all manifests. you can see this in the artifacts in the task source-test-file-metadata-test-info-all
, specifically the test-info-manifest-conditions.json
artifact.
Ideally this would be <200 conditions, but getting this <500 would be a great start.
The output of this bug is to look at the conditions and file a bug for anything we need to change (i.e. adding keywords to mozinfo for simplification, adjusting sandbox/harness) or just editing the files.
If we have .toml and we can do this programatically, then we could write a script to convert.
You need to log in
before you can comment on or make changes to this bug.
Description
•