]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
.gitlab-ci.yml: Run the coverity submission job in parallel with the builds
authorAndrew Bartlett <abartlet@samba.org>
Sun, 19 Apr 2020 23:41:11 +0000 (11:41 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 23 Oct 2020 03:25:35 +0000 (03:25 +0000)
This avoids a flapping test elsewhere delying the submission of the code to coverity
for checking.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
.gitlab-ci.yml

index 7555582e0052e24705f0a4234f9b86de39feff5b..913fc7054882dc7a9c03aa3f6b7cec75c61bc637 100644 (file)
@@ -3,7 +3,6 @@
 stages:
   - images
   - build
-  - analysis
   - report
 
 variables:
@@ -261,7 +260,7 @@ pages:
 
 # Coverity Scan
 coverity:
-  stage: analysis
+  stage: build
   image: $SAMBA_CI_CONTAINER_IMAGE_fedora32
   tags:
     - docker