mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
ci/i915g: Merge the two dEQP runs together.
Fewer buttons for me to have to click for manual MR testing. Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12110>
This commit is contained in:
parent
6f7a921c99
commit
ad2995d1e1
2 changed files with 22 additions and 7 deletions
21
src/gallium/drivers/i915/ci/deqp-i915g.toml
Normal file
21
src/gallium/drivers/i915/ci/deqp-i915g.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[[deqp]]
|
||||
deqp = "/deqp/modules/gles2/deqp-gles2"
|
||||
caselists = ["/deqp/mustpass/gles2-master.txt"]
|
||||
deqp_args = [
|
||||
"--deqp-surface-width=256",
|
||||
"--deqp-surface-height=256",
|
||||
"--deqp-surface-type=pbuffer",
|
||||
"--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
|
||||
[[deqp]]
|
||||
deqp = "/deqp/external/openglcts/modules/glcts"
|
||||
caselists = ["/deqp/mustpass/gles2-khr-master.txt"]
|
||||
deqp_args = [
|
||||
"--deqp-surface-width=256",
|
||||
"--deqp-surface-height=256",
|
||||
"--deqp-surface-type=pbuffer",
|
||||
"--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||
"--deqp-visibility=hidden"
|
||||
]
|
||||
|
|
@ -16,13 +16,7 @@ i915-g33-deqp:
|
|||
- .deqp-test
|
||||
variables:
|
||||
DEQP_VER: gles2
|
||||
|
||||
i915-g33-khr-deqp:
|
||||
extends:
|
||||
- .anholt-g33-test
|
||||
- .deqp-test
|
||||
variables:
|
||||
DEQP_VER: gles2-khr
|
||||
DEQP_SUITE: i915g
|
||||
|
||||
i915-g33-piglit:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue