mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
panfrost/ci: Report flakes on IRC
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11022>
This commit is contained in:
parent
9283875f93
commit
80bf7bdcef
1 changed files with 11 additions and 0 deletions
|
|
@ -1,7 +1,12 @@
|
|||
.panfrost-test:
|
||||
variables:
|
||||
FLAKES_CHANNEL: "#panfrost-ci"
|
||||
|
||||
panfrost-t720-gles2:arm64:
|
||||
extends:
|
||||
- .lava-test:arm64
|
||||
- .panfrost-midgard-rules
|
||||
- .panfrost-test
|
||||
variables:
|
||||
DEVICE_TYPE: sun50i-h6-pine-h64
|
||||
DTB: ${DEVICE_TYPE}
|
||||
|
|
@ -14,6 +19,7 @@ panfrost-t760-gles2:armhf:
|
|||
extends:
|
||||
- .lava-test:armhf
|
||||
- .panfrost-midgard-rules
|
||||
- .panfrost-test
|
||||
variables:
|
||||
DEVICE_TYPE: rk3288-veyron-jaq
|
||||
DTB: ${DEVICE_TYPE}
|
||||
|
|
@ -28,6 +34,7 @@ panfrost-t760-traces:armhf:
|
|||
extends:
|
||||
- .lava-piglit-traces:armhf
|
||||
- .panfrost-midgard-rules
|
||||
- .panfrost-test
|
||||
variables:
|
||||
DEVICE_TYPE: rk3288-veyron-jaq
|
||||
DTB: ${DEVICE_TYPE}
|
||||
|
|
@ -42,6 +49,7 @@ panfrost-t760-traces:armhf:
|
|||
.lava-rk3399-gru-kevin:
|
||||
extends:
|
||||
- .panfrost-midgard-rules
|
||||
- .panfrost-test
|
||||
variables:
|
||||
DEVICE_TYPE: rk3399-gru-kevin
|
||||
DTB: ${DEVICE_TYPE}
|
||||
|
|
@ -86,6 +94,7 @@ panfrost-t760-traces:armhf:
|
|||
.lava-meson-g12b-a311d-khadas-vim3:
|
||||
extends:
|
||||
- .panfrost-bifrost-rules
|
||||
- .panfrost-test
|
||||
variables:
|
||||
DEVICE_TYPE: meson-g12b-a311d-khadas-vim3
|
||||
DTB: ${DEVICE_TYPE}
|
||||
|
|
@ -120,6 +129,7 @@ panfrost-g52-gles31:arm64:
|
|||
.lava-acer-mt8183-cp311-3h-jacuzzi:
|
||||
extends:
|
||||
- .panfrost-bifrost-rules
|
||||
- .panfrost-test
|
||||
variables:
|
||||
DEVICE_TYPE: acer-mt8183-cp311-3h-jacuzzi
|
||||
DTB: mt8183-kukui-jacuzzi-juniper-sku16
|
||||
|
|
@ -157,6 +167,7 @@ panfrost-g52-gles31:arm64:
|
|||
extends:
|
||||
- .lava-test:arm64
|
||||
- .panfrost-midgard-rules
|
||||
- .panfrost-test
|
||||
variables:
|
||||
DEVICE_TYPE: meson-gxm-khadas-vim2
|
||||
DTB: ${DEVICE_TYPE}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue