ci: add Vulkan piglit traces jobs and remove tracie ones
authorAndres Gomez <agomez@igalia.com>
Thu, 27 Aug 2020 17:33:10 +0000 (20:33 +0300)
committerMarge Bot <eric+marge@anholt.net>
Tue, 22 Dec 2020 18:31:01 +0000 (18:31 +0000)
v2:
  - Rename *-piglit-traces jobs with *-traces.

Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> [v1]
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6388>

.gitlab-ci.yml
.gitlab-ci/piglit/radv-polaris10-replay.txt [new file with mode: 0644]
.gitlab-ci/piglit/radv-raven-replay.txt [new file with mode: 0644]

index 3276255..5264148 100644 (file)
@@ -1127,6 +1127,32 @@ virgl-traces:
     MESA_GLES_VERSION_OVERRIDE: "3.1"
     MESA_GLSL_VERSION_OVERRIDE: "310"
 
+radv-polaris10-traces:
+  extends:
+    - .piglit-traces-test
+    - .test-vk
+    - .test-radv
+    - .test-manual
+  variables:
+    PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-radv.yml"
+    PIGLIT_REPLAY_DEVICE_NAME: "vk-amd-polaris10"
+    PIGLIT_RESULTS: "radv-polaris10-replay"
+  tags:
+    - polaris10
+
+radv-raven-traces:
+  extends:
+    - .piglit-traces-test
+    - .test-vk
+    - .test-radv
+    - .test-manual
+  variables:
+    PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-radv.yml"
+    PIGLIT_REPLAY_DEVICE_NAME: "vk-amd-raven"
+    PIGLIT_RESULTS: "radv-raven-replay"
+  tags:
+    - raven
+
 .deqp-test:
   script:
     - ./install/deqp-runner.sh
@@ -1525,44 +1551,3 @@ radv-fossils:
     # Sienna Cichlid (GFX10)
     - export RADV_FORCE_FAMILY="gfx1030"
     - ./install/fossilize-runner.sh
-
-# Traces CI
-.traces-test:
-  cache:
-    key: ${CI_JOB_NAME}
-    paths:
-      - traces-db/
-  variables:
-    TRACIE_UPLOAD_TO_MINIO: 1
-  artifacts:
-    reports:
-      junit: results/junit.xml
-
-.traces-test-vk:
-  extends:
-    - .test-vk
-    - .traces-test
-  script:
-    - ./install/tracie-runner-vk.sh
-
-radv-polaris10-traces:
-  extends:
-    - .traces-test-vk
-    - .test-radv
-    - .test-manual
-  variables:
-    DEVICE_NAME: "vk-amd-polaris10"
-    DRIVER_NAME: "radv"
-  tags:
-    - polaris10
-
-radv-raven-traces:
-  extends:
-    - .traces-test-vk
-    - .test-radv
-    - .test-manual
-  variables:
-    DEVICE_NAME: "vk-amd-raven"
-    DRIVER_NAME: "radv"
-  tags:
-    - raven
diff --git a/.gitlab-ci/piglit/radv-polaris10-replay.txt b/.gitlab-ci/piglit/radv-polaris10-replay.txt
new file mode 100644 (file)
index 0000000..f2db227
--- /dev/null
@@ -0,0 +1,16 @@
+summary:
+       name:  results
+       ----  --------
+       pass:        3
+       fail:        0
+      crash:        0
+       skip:        0
+    timeout:        0
+       warn:        0
+ incomplete:        0
+ dmesg-warn:        0
+ dmesg-fail:        0
+    changes:        0
+      fixes:        0
+regressions:        0
+      total:        3
diff --git a/.gitlab-ci/piglit/radv-raven-replay.txt b/.gitlab-ci/piglit/radv-raven-replay.txt
new file mode 100644 (file)
index 0000000..f2db227
--- /dev/null
@@ -0,0 +1,16 @@
+summary:
+       name:  results
+       ----  --------
+       pass:        3
+       fail:        0
+      crash:        0
+       skip:        0
+    timeout:        0
+       warn:        0
+ incomplete:        0
+ dmesg-warn:        0
+ dmesg-fail:        0
+    changes:        0
+      fixes:        0
+regressions:        0
+      total:        3