Remove redundant tests job

.Ubuntu_Clang_tests and Ubuntu_Clang_tests_Debug are almost the same and
former is not used anywhere.
This commit is contained in:
pi03k
2026-04-22 11:11:44 +02:00
parent 6af8cdf622
commit a1598b750f
-14
View File
@@ -483,20 +483,6 @@ Ubuntu_Clang_Tidy_other:
BUILD_TARGETS: components-tests bsatool esmtool openmw-launcher openmw-iniimporter openmw-essimporter openmw-wizard niftest openmw-navmeshtool openmw-bulletobjecttool
timeout: 3h
.Ubuntu_Clang_tests:
extends: Ubuntu_Clang
cache:
key: Ubuntu_Clang_tests.ubuntu_24.04.v2
variables:
CCACHE_SIZE: 1G
BUILD_TESTS_ONLY: 1
artifacts:
paths: []
name: ${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA}
when: always
reports:
junit: build/*-tests.xml
Ubuntu_Clang_tests_Debug:
extends: Ubuntu_Clang
cache: