[glib: 1/2] ci: Combine style-check-diff and check-todos jobs into one




commit 403edad93409021ee9f43377cb51df464d651d3e
Author: Philip Withnall <pwithnall endlessos org>
Date:   Fri Apr 8 12:37:08 2022 +0100

    ci: Combine style-check-diff and check-todos jobs into one
    
    They are functionally quite similar, and combining them saves around 1
    minute of CI runner time per pipeline, which is a nice saving for very
    little downside.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5c664576d..2ffe342c3a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,13 +60,6 @@ style-check-diff:
     - .gitlab-ci/run-shellcheck.sh
     - .gitlab-ci/run-black.sh
     - .gitlab-ci/run-flake8.sh
-
-check-todos:
-  extends: .only-default
-  image: $DEBIAN_IMAGE
-  stage: style-check
-  allow_failure: true
-  script:
     - .gitlab-ci/run-check-todos.sh
 
 fedora-x86_64:


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