Module: Mesa
Branch: master
Commit: e20897a8aa684805c040000d8d4e7447adc0f080
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e20897a8aa684805c040000d8d4e7447adc0f080

Author: Emma Anholt <[email protected]>
Date:   Tue May  4 09:50:32 2021 -0700

ci/lavapipe: Add fractional NIR stress test job.

I think between the disk cache unit tests and testing that we can really
serialize/deserialize NIR, this covers what I cared about for testing disk
caching.

Closes: #3597
Reviewed-by: Adam Jackson <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10629>

---

 src/gallium/frontends/lavapipe/ci/gitlab-ci.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml 
b/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml
index 9fc4e3eea3a..32d47a1e8c0 100644
--- a/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml
+++ b/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml
@@ -8,3 +8,16 @@ lavapipe-vk:
     GPU_VERSION: lvp
     VK_DRIVER: lvp
     DEQP_FRACTION: 10
+
+lavapipe-nir-stress:
+  stage: software-renderer
+  extends:
+    - .test-vk
+    - .lavapipe-rules
+    - .deqp-test-vk
+  variables:
+    GPU_VERSION: lvp
+    VK_DRIVER: lvp
+    DEQP_FRACTION: 100
+    NIR_TEST_CLONE: "true"
+    NIR_TEST_SERIALIZE: "true"

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to