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:
Emma Anholt 2021-07-22 10:40:36 -07:00 committed by Marge Bot
parent 6f7a921c99
commit ad2995d1e1
2 changed files with 22 additions and 7 deletions

View 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"
]

View File

@ -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: