mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 00:00:22 +01:00
zink+radv/ci: fix deqp binary used for gles tests
I did half the job in that commit: I split the two apis into two invocations, but I didn't fix the binary used for the gles one... Fixes:14279087fb("ci/deqp-runner: split gl & gles groups to use the correct binary") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32250> (cherry picked from commit55eb200e81)
This commit is contained in:
parent
2938a1bf14
commit
5fb44f6df0
2 changed files with 27 additions and 7 deletions
|
|
@ -214,7 +214,7 @@
|
|||
"description": "zink+radv/ci: fix deqp binary used for gles tests",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "14279087fb37b2869e6abfbc571ecc69184b5fe1",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1,10 +1,31 @@
|
|||
[[deqp]]
|
||||
deqp = "/deqp/external/openglcts/modules/glcts"
|
||||
caselists = [
|
||||
"/deqp/mustpass/gles2-main.txt",
|
||||
"/deqp/mustpass/gles3-main.txt",
|
||||
"/deqp/mustpass/gles31-main.txt",
|
||||
deqp = "/deqp/modules/gles2/deqp-gles2"
|
||||
caselists = ["/deqp/mustpass/gles2-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
|
||||
renderer_check = "zink.*RADV"
|
||||
|
||||
[[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
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/deqp/modules/gles31/deqp-gles31"
|
||||
caselists = ["/deqp/mustpass/gles31-main.txt"]
|
||||
deqp_args = [
|
||||
"--deqp-surface-width=256",
|
||||
"--deqp-surface-height=256",
|
||||
|
|
@ -28,7 +49,6 @@ deqp_args = [
|
|||
"--deqp-visibility=hidden"
|
||||
]
|
||||
timeout = 180.0
|
||||
renderer_check = "zink.*RADV"
|
||||
|
||||
[[piglit]]
|
||||
piglit_folder = "/piglit"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue