[librsvg: 2/5] CI: rename the "unit test" stage to "analysis"




commit d3afb866a75d21e19e514065c90a48fa5c8038de
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Sep 6 15:18:57 2022 -0500

    CI: rename the "unit test" stage to "analysis"
    
    It doesn't run unit tests anymore; it runs coverage and cargo bench.
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/742>

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf1ea7ce6..789454ce1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ stages:
   - check
   - build
   - lint
-  - unit test
+  - analysis
   - acceptance test
   - cross distro
   - release
@@ -279,7 +279,7 @@ coverage:
     - '.container.opensuse@x86_64.stable'
     - .fdo.distribution-image@opensuse
     - .cache
-  stage: unit test
+  stage: analysis
   needs:
     - job: opensuse-container@x86_64.stable
     - job: check
@@ -329,7 +329,7 @@ cargo_bench:
     - '.container.opensuse@x86_64.stable'
     - '.fdo.distribution-image@opensuse'
     - '.cache'
-  stage: unit test
+  stage: analysis
   needs:
     - job: check
   script: |


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]