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

Author: Daniel Stone <[email protected]>
Date:   Wed Dec  2 13:50:38 2020 +0000

CI: Collapse virgl & d3d12 stages into one

This is now called 'layered-backends'.

Signed-off-by: Daniel Stone <[email protected]>
Reviewed-by: Erik Faye-Lund <[email protected]>
Acked-by: Eric Anholt <[email protected]>
Acked-by: Michel Dänzer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7873>

---

 .gitlab-ci.yml                 | 5 ++---
 .gitlab-ci/test-source-dep.yml | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d3cef1105f..78ba118f553 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,9 +29,8 @@ stages:
   - freedreno
   - panfrost
   - lima
-  - virgl
   - amd
-  - d3d12
+  - layered-backends
   - success
 
 # Generic rule to not run the job during scheduled pipelines
@@ -815,7 +814,7 @@ test-d3d12-windows:
   extends:
     - .build-windows
     - .use-windows_build_vs2019
-  stage: d3d12
+  stage: layered-backends
   dependencies:
     - meson-windows-vs2019
   needs:
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 967627ee049..78c01f07162 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -177,7 +177,7 @@
     - when: never
 
 .virgl-rules:
-  stage: virgl
+  stage: layered-backends
   rules:
     - *ignore_scheduled_pipelines
     - changes:

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

Reply via email to