ci/i915: Merge the piglit and deqp runs.

One less button to click.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16896>
This commit is contained in:
Emma Anholt 2022-06-06 12:51:14 -07:00 committed by Marge Bot
parent a99e85db9e
commit 5d0f36d826
2 changed files with 10 additions and 9 deletions

View File

@ -21,3 +21,12 @@ deqp_args = [
"--deqp-gl-config-name=rgba8888d24s8ms0",
"--deqp-visibility=hidden"
]
[[piglit]]
piglit_folder = "/piglit"
# We use "gpu" to skip running glslparser tests, with the assumption that
# they're covered by the llvmpipe run.
profile = "gpu"
process_isolation = true
[piglit.env]
PIGLIT_PLATFORM = "gbm"

View File

@ -10,21 +10,13 @@
GPU_VERSION: i915-g33
FLAKES_CHANNEL: "#intel-ci"
i915-g33-deqp:
i915-g33:
extends:
- .anholt-g33-test
- .deqp-test
variables:
DEQP_SUITE: i915g
i915-g33-piglit:
extends:
- .anholt-g33-test
- .piglit-test
variables:
PIGLIT_PROFILES: gpu
PIGLIT_PLATFORM: gbm
i915-g33-traces:
extends:
- .anholt-g33-test