Closed Bug 1678853 Opened 4 years ago Closed 4 years ago

Support Linux configurations in the gfx blocklist

Categories

(Cloud Services :: Operations: Kinto, task)

task

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: aosmond, Assigned: sven)

References

(Blocks 1 open bug)

Details

Similar to bug 1678475, we have added many options for the downloadable graphics blocklist for Linux. It would be good if these were be added in advance to the schema so that it would ready to go should we find the need to use them.

"desktopEnvironment", "windowProtocol" and "driverVendor" are all new and specific to Linux blocklist entries.

"os": [
    "Linux"
]

"desktopEnvironment": [
    "gnome",
    "kde",
    "xfce",
    "cinnamon",
    "enlightment",
    "lxde",
    "openbox",
    "i3",
    "mate",
    "unity",
    "pantheon",
    "lxqt",
    "deepin",
    "dwm",
    "budgie",
    "unknown",
]

"windowProtocol": [
    "x11",
    "xwayland",
    "wayland/drm",
    "wayland/all",
    "x11/all"
]

"driverVendor": [
    "mesa/all",
    "mesa/llvmpipe",
    "mesa/softpipe",
    "mesa/swrast",
    "mesa/unknown",
    "mesa/nouveau",
    "non-mesa/all",
    "mesa/hw-all",
    "mesa/sw-all",
]
Assignee: sven → nobody

Sorry, there are a bunch more driverVendor entries I missed:

"driverVendor": [
    "nvidia/unknown",
    "ati/unknown",
    "mesa/nouveau",
    "mesa/tegra",
    "mesa/iris",
    "mesa/i915",
    "mesa/i965",
    "mesa/i810",
    "mesa/intel",
    "mesa/r600",
    "mesa/r300",
    "mesa/r200",
    "mesa/r100",
    "mesa/radeon",
    "mesa/radeonsi",
    "mesa/freedreno",
]

Sven, is this something you could help with? While I hope we won't need this in 84, it would be good to have this in place just in case, and avoid a last minute panic like the OSX blocklist change we had :).

Flags: needinfo?(sven)
See Also: → 1678475

Mat, would you be able to take this ticket? I can probably figure the schema syntax out, but you are more familiar with it.

Flags: needinfo?(sven) → needinfo?(mathieu)

No problem, I opened the PR!

Flags: needinfo?(mathieu)
Blocks: 1681556
Assignee: nobody → sven

This has been fixed five weeks ago, but we forgot to close the ticket.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Regressions: 1715379
You need to log in before you can comment on or make changes to this bug.