Mesa (master): ci/vc4: rename stage to Broadcom

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 26 10:04:18 UTC 2021


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

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Mon Jan 25 12:33:52 2021 +0100

ci/vc4: rename stage to Broadcom

It fits better with what other drivers has done.

Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.com>
Acked-by: Andres Gomez <agomez at igalia.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8702>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43cb49a53d2..a3065fd3580 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,8 +28,8 @@ stages:
   - build-misc
   - amd
   - arm
+  - broadcom
   - freedreno
-  - raspberrypi
   - software-renderer
   - layered-backends
   - deploy
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 46d231e8e43..2e41cc87dc4 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -150,7 +150,7 @@
     - when: never
 
 .vc4-rules:
-  stage: raspberrypi
+  stage: broadcom
   rules:
     - *ignore_scheduled_pipelines
     - changes:



More information about the mesa-commit mailing list