From f49887080a1fa97190bc5e0ad1173c0046698106 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Sat, 19 Aug 2023 02:31:24 +0100 Subject: [PATCH] ci: Sort clang-format jobs in descending order --- utils/tests/gitlab-ci-code-linting.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/tests/gitlab-ci-code-linting.yml b/utils/tests/gitlab-ci-code-linting.yml index 7943bf5e0..e6d667878 100644 --- a/utils/tests/gitlab-ci-code-linting.yml +++ b/utils/tests/gitlab-ci-code-linting.yml @@ -15,20 +15,20 @@ - python3 utils/check-style-clang-format.py --verbose . timeout: 1h -check-style-clang-format-14: +check-style-clang-format-16: extends: .check-style-clang-format variables: - CLANG_FORMAT_VERSION: 14 + CLANG_FORMAT_VERSION: 16 check-style-clang-format-15: extends: .check-style-clang-format variables: CLANG_FORMAT_VERSION: 15 -check-style-clang-format-16: +check-style-clang-format-14: extends: .check-style-clang-format variables: - CLANG_FORMAT_VERSION: 16 + CLANG_FORMAT_VERSION: 14 # Clang-tidy clang-tidy-16: