[extensions-web/wip/ocp4: 2/4] ci: rename test stage to `build and test`




commit 3fe90dd9a1844394d8eb7f8e19cbcd4722cc79a1
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun May 29 15:18:28 2022 +0400

    ci: rename test stage to `build and test`

 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b15f243..a0c0983 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ variables:
   XAPIAN_VERSION: '1.4.19'
 
 stages:
-  - test
+  - build and test
   - deploy
 
 .pip cache:
@@ -17,7 +17,7 @@ stages:
 test:
   extends:
     - .pip cache
-  stage: test
+  stage: build and test
   image: python:$PYTHON_VERSION
   before_script:
     - 'openshift/docker/scripts/install-xapian.sh'
@@ -34,7 +34,7 @@ test:
           - '3.10'
 
 security (trivy):
-  stage: test
+  stage: build and test
   image:
     name: aquasec/trivy
     entrypoint: [""]
@@ -57,7 +57,7 @@ security (trivy):
 security (safety):
   extends:
     - .pip cache
-  stage: test
+  stage: build and test
   image:
     name: python:$PYTHON_VERSION
   before_script:
@@ -80,7 +80,7 @@ security (safety):
 buildah:
   extends:
     - .build image
-  stage: test
+  stage: build and test
 
 deploy:
   extends:


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