From 6d76c4f47624fb6c19c0534913475c0bcc20a7a1 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 29 Jan 2025 10:42:02 +0000 Subject: [PATCH] ci: Fix dependency on lint job The toml-lint job hasn't been around for a little while now, and the clang-format job got deleted. Signed-off-by: Daniel Stone Reviewed-by: Eric Engestrom Part-of: --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e66e0ae4a0..e900fcd9c0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -357,9 +357,7 @@ mr-label-maker-test: # Jobs that need to pass before spending hardware resources on further testing .required-for-hardware-jobs: needs: - - job: clang-format - optional: true - job: rustfmt optional: true - - job: toml-lint + - job: yaml-toml-shell-py-test optional: true