mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
iris/ci: enable intel devices automatically in MR pipelines
After a period of stabilization it is now time to move them to be part of the MR pipelines. We will still watch the behavior and look for any issue that arises. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10550>
This commit is contained in:
parent
12f0b14e2d
commit
5d6608ef78
1 changed files with 6 additions and 21 deletions
|
|
@ -4,45 +4,30 @@
|
|||
- .iris-rules
|
||||
variables:
|
||||
ENV_VARS: "EGL_PLATFORM=surfaceless PIGLIT_PROFILES=replay PIGLIT_JUNIT_RESULTS=1"
|
||||
DTB: ""
|
||||
DRIVER_NAME: iris
|
||||
BOOT_METHOD: depthcharge
|
||||
KERNEL_IMAGE_TYPE: ""
|
||||
tags:
|
||||
- mesa-ci-aarch64-lava-collabora
|
||||
|
||||
iris-apl-traces:amd64:
|
||||
extends:
|
||||
- .iris-traces:amd64
|
||||
- .test-manual-mr
|
||||
variables:
|
||||
DEVICE_TYPE: asus-C523NA-A20057-coral
|
||||
DTB: ""
|
||||
GPU_VERSION: intel-apl
|
||||
DRIVER_NAME: iris
|
||||
BOOT_METHOD: depthcharge
|
||||
KERNEL_IMAGE_TYPE: ""
|
||||
tags:
|
||||
- mesa-ci-aarch64-lava-collabora
|
||||
|
||||
iris-glk-traces:amd64:
|
||||
extends:
|
||||
- .iris-traces:amd64
|
||||
- .test-manual-mr
|
||||
variables:
|
||||
DEVICE_TYPE: hp-x360-12b-n4000-octopus
|
||||
DTB: ""
|
||||
GPU_VERSION: intel-glk
|
||||
DRIVER_NAME: iris
|
||||
BOOT_METHOD: depthcharge
|
||||
KERNEL_IMAGE_TYPE: ""
|
||||
tags:
|
||||
- mesa-ci-aarch64-lava-collabora
|
||||
|
||||
iris-amly-traces:amd64:
|
||||
extends:
|
||||
- .iris-traces:amd64
|
||||
- .test-manual-mr
|
||||
variables:
|
||||
DEVICE_TYPE: asus-C433TA-AJ0005-rammus
|
||||
DTB: ""
|
||||
GPU_VERSION: intel-amly
|
||||
DRIVER_NAME: iris
|
||||
BOOT_METHOD: depthcharge
|
||||
KERNEL_IMAGE_TYPE: ""
|
||||
tags:
|
||||
- mesa-ci-aarch64-lava-collabora
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue