iris/ci: enable intel devices automatically in MR pipelines
authorGustavo Padovan <gustavo.padovan@collabora.com>
Fri, 30 Apr 2021 15:02:39 +0000 (12:02 -0300)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Wed, 12 May 2021 06:21:38 +0000 (08:21 +0200)
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>

src/gallium/drivers/iris/ci/gitlab-ci.yml

index 4f69933..62cd49f 100644 (file)
@@ -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