08:47eric_engestrom: radv devs: `vk_require_etc2` (formerly `radv_require_etc2`) was never actually passed to the duts, and fixing that reveals that radv is actually broken (see radv jobs in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34796); for now I'll remove the `vk_require_etc2: true` line from radv CI, so I'm not blocked by this, but it feels like something I should tell to all of you and not just hakzsam ^^
10:21aleasto: hi. what's the procedure to get something backported to a stable branch when the commit wasn't tagged with the standard tags? https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34655
10:24pendingchaos: aleasto: create a MR against the staging branch, assigned to the release maintainer, with the commit cherry-picked using "git cherry-pick -x": https://docs.mesa3d.org/submittingpatches.html#backports
10:25aleasto: thanks
10:38eric_engestrom: aleasto: since that's me, jsut letting me know like this als works :)
10:38aleasto: hehe ok
10:38eric_engestrom: no need to make a backport MR, I'll backport them now
10:39aleasto: ah well I had already opened https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34798
10:39eric_engestrom: oh, I jsut saw that ^^