zink+nvk/ci: fix deqp binary used for gles tests

Fixes: 5a6ffd1420 ("zink/ci: add zink+nvk glcts+piglit job on a GA106 (RTX 3060)")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32250>
(cherry picked from commit 25bf8e9682)
This commit is contained in:
Eric Engestrom
2024-11-16 11:24:08 +01:00
committed by Dylan Baker
parent c2701a90c6
commit 2938a1bf14
2 changed files with 42 additions and 8 deletions

View File

@@ -224,7 +224,7 @@
"description": "zink+nvk/ci: fix deqp binary used for gles tests",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "5a6ffd1420cecb9d060f386120b94d9b5eafc22e",
"notes": null

View File

@@ -1,11 +1,6 @@
[[deqp]]
deqp = "/deqp/external/openglcts/modules/glcts"
caselists = [
"/deqp/mustpass/gles2-main.txt",
"/deqp/mustpass/gles3-main.txt",
"/deqp/mustpass/gles31-main.txt",
"/deqp/mustpass/gl46-main.txt",
]
deqp = "/deqp/modules/gles2/deqp-gles2"
caselists = ["/deqp/mustpass/gles2-main.txt"]
deqp_args = [
"--deqp-surface-width=256",
"--deqp-surface-height=256",
@@ -17,6 +12,45 @@ timeout = 180.0
tests_per_group = 1000
renderer_check = "zink.*NVK"
[[deqp]]
deqp = "/deqp/modules/gles3/deqp-gles3"
caselists = ["/deqp/mustpass/gles3-main.txt"]
deqp_args = [
"--deqp-surface-width=256",
"--deqp-surface-height=256",
"--deqp-surface-type=pbuffer",
"--deqp-gl-config-name=rgba8888d24s8ms0",
"--deqp-visibility=hidden"
]
timeout = 180.0
tests_per_group = 1000
[[deqp]]
deqp = "/deqp/modules/gles31/deqp-gles31"
caselists = ["/deqp/mustpass/gles31-main.txt"]
deqp_args = [
"--deqp-surface-width=256",
"--deqp-surface-height=256",
"--deqp-surface-type=pbuffer",
"--deqp-gl-config-name=rgba8888d24s8ms0",
"--deqp-visibility=hidden"
]
timeout = 180.0
tests_per_group = 1000
[[deqp]]
deqp = "/deqp/external/openglcts/modules/glcts"
caselists = ["/deqp/mustpass/gl46-main.txt"]
deqp_args = [
"--deqp-surface-width=256",
"--deqp-surface-height=256",
"--deqp-surface-type=pbuffer",
"--deqp-gl-config-name=rgba8888d24s8ms0",
"--deqp-visibility=hidden"
]
timeout = 180.0
tests_per_group = 1000
[[piglit]]
piglit_folder = "/piglit"
profile = "gpu"