Mesa (main): CI/windows: Move D3D12 test YML to D3D12 driver folder

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 1 19:31:44 UTC 2021


Module: Mesa
Branch: main
Commit: 214168621d4594141c1215b4c21a2c237bf868b4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=214168621d4594141c1215b4c21a2c237bf868b4

Author: Jesse Natalie <jenatali at microsoft.com>
Date:   Sun Nov 21 06:38:20 2021 -0800

CI/windows: Move D3D12 test YML to D3D12 driver folder

Reviewed-by: Enrico Galli <enrico.galli at intel.com>
Acked-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13902>

---

 .gitlab-ci.yml                             | 25 +------------------------
 src/gallium/drivers/d3d12/ci/gitlab-ci.yml | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 67c4dee0f16..758d0e559e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,7 @@ include:
   - local: 'src/broadcom/ci/gitlab-ci.yml'
   - local: 'src/etnaviv/ci/gitlab-ci.yml'
   - local: 'src/freedreno/ci/gitlab-ci.yml'
+  - local: 'src/gallium/drivers/d3d12/ci/gitlab-ci.yml'
   - local: 'src/gallium/drivers/i915/ci/gitlab-ci.yml'
   - local: 'src/gallium/drivers/iris/ci/gitlab-ci.yml'
   - local: 'src/gallium/drivers/lima/ci/gitlab-ci.yml'
@@ -1032,30 +1033,6 @@ windows-vs2019:
       - _build/meson-logs/*.txt
       - _install/
 
-test-d3d12-windows:
-  extends:
-    - .build-windows
-    - .use-windows_build_vs2019
-    - .windows-test-rules
-  stage: layered-backends
-  dependencies:
-    - windows-vs2019
-  needs:
-    - windows-vs2019
-  variables:
-    GIT_STRATEGY: none # testing doesn't build anything from source
-    GALLIUM_DRIVER: d3d12
-    PIGLIT_PROFILE: quick_gl
-    PIGLIT_TESTS: -x nv_copy_depth_to_color
-  script:
-    - . _install/piglit_run.ps1
-  artifacts:
-    when: on_failure
-    name: "mesa_${CI_JOB_NAME}"
-    paths:
-      - summary/
-      - result.txt
-
 test-spirv2dxil-windows:
   extends:
     - .build-windows
diff --git a/src/gallium/drivers/d3d12/ci/gitlab-ci.yml b/src/gallium/drivers/d3d12/ci/gitlab-ci.yml
new file mode 100644
index 00000000000..09bb8a9a99c
--- /dev/null
+++ b/src/gallium/drivers/d3d12/ci/gitlab-ci.yml
@@ -0,0 +1,23 @@
+test-d3d12-windows:
+  extends:
+    - .build-windows
+    - .use-windows_build_vs2019
+    - .windows-test-rules
+  stage: layered-backends
+  dependencies:
+    - windows-vs2019
+  needs:
+    - windows-vs2019
+  variables:
+    GIT_STRATEGY: none # testing doesn't build anything from source
+    GALLIUM_DRIVER: d3d12
+    PIGLIT_PROFILE: quick_gl
+    PIGLIT_TESTS: -x nv_copy_depth_to_color
+  script:
+    - . _install/piglit_run.ps1
+  artifacts:
+    when: on_failure
+    name: "mesa_${CI_JOB_NAME}"
+    paths:
+      - summary/
+      - result.txt



More information about the mesa-commit mailing list