From cc611ea85f6968bd02bd73a5a52a55980b276be1 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Sun, 9 Apr 2023 20:18:40 +0300 Subject: [PATCH] fix(ci): skip more jobs in "FAST_MODE" --- .gitlab-ci.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 755d40a4c90cf..46b5cb255be7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -245,21 +245,27 @@ linux64-build: BUILD_TARGET: linux64 linux64_cxx20-build: - extends: .build-template + extends: + - .build-template + - .skip-in-fast-mode-template needs: - x86_64-pc-linux-gnu-debug variables: BUILD_TARGET: linux64_cxx20 linux64_sqlite-build: - extends: .build-template + extends: + - .build-template + - .skip-in-fast-mode-template needs: - x86_64-pc-linux-gnu-debug variables: BUILD_TARGET: linux64_sqlite linux64_fuzz-build: - extends: .build-template + extends: + - .build-template + - .skip-in-fast-mode-template needs: - x86_64-pc-linux-gnu-debug variables: @@ -320,7 +326,9 @@ linux64-test: BUILD_TARGET: linux64 linux64_sqlite-test: - extends: .test-template + extends: + - .test-template + - .skip-in-fast-mode-template needs: - linux64_sqlite-build variables: