ci/android: move common config to common job
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Helen Koike <helen.koike@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21157>
This commit is contained in:
committed by
Marge Bot
parent
eb9ab4efeb
commit
eb0f85dd8c
@@ -65,6 +65,11 @@ rustfmt:
|
||||
artifacts: false # The Android build will be downloaded later
|
||||
- job: debian/x86_test-android
|
||||
artifacts: false
|
||||
script:
|
||||
- ./install/cuttlefish-runner.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- results/
|
||||
|
||||
.vkd3d-proton-test:
|
||||
artifacts:
|
||||
|
||||
@@ -109,8 +109,3 @@ android-virgl-llvmpipe:
|
||||
extends:
|
||||
- .test-android
|
||||
- .virgl-rules
|
||||
script:
|
||||
- ./install/cuttlefish-runner.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- results/
|
||||
|
||||
Reference in New Issue
Block a user