ci/android: move common config to common job
authorEric Engestrom <eric@igalia.com>
Mon, 6 Feb 2023 14:29:38 +0000 (14:29 +0000)
committerMarge Bot <emma+marge@anholt.net>
Tue, 7 Feb 2023 16:28:35 +0000 (16:28 +0000)
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>

.gitlab-ci/test/gitlab-ci.yml
src/gallium/drivers/virgl/ci/gitlab-ci.yml

index 1cb1859..03c94f5 100644 (file)
@@ -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:
index 38722cd..dd032f0 100644 (file)
@@ -109,8 +109,3 @@ android-virgl-llvmpipe:
   extends:
     - .test-android
     - .virgl-rules
-  script:
-    - ./install/cuttlefish-runner.sh
-  artifacts:
-    paths:
-      - results/