[librsvg/librsvg-2.55: 10/13] CI: rename the "unit test" stage to "analysis"
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/librsvg-2.55: 10/13] CI: rename the "unit test" stage to "analysis"
- Date: Thu, 8 Sep 2022 17:30:25 +0000 (UTC)
commit 7e866af139792969985b151cc6f9858ed4dce25d
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.
.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]