From 403edad93409021ee9f43377cb51df464d651d3e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 8 Apr 2022 12:37:08 +0100 Subject: [PATCH] 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 --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5c664576..2ffe342c3 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: