ci: Condition s390x on specific drivers

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10926>
This commit is contained in:
Alyssa Rosenzweig 2021-05-21 11:25:55 -04:00 committed by Marge Bot
parent ebe1d2585b
commit 55db371223
2 changed files with 24 additions and 0 deletions

View File

@ -1057,6 +1057,7 @@ meson-s390x:
extends:
- meson-ppc64el
- .use-s390x_build
- .s390x-rules
tags:
- kvm
variables:

View File

@ -483,3 +483,26 @@
- src/gallium/winsys/nouveau/**/*
when: on_success
- when: never
.s390x-rules:
rules:
- *ignore_scheduled_pipelines
- changes:
*mesa_core_file_list
when: on_success
- changes:
*gallium_core_file_list
when: on_success
- changes:
*softpipe_file_list
when: on_success
- changes:
*llvmpipe_file_list
when: on_success
- changes:
*lavapipe_file_list
when: on_success
- changes:
*zink_file_list
when: on_success
- when: never