From e03dad7b18247ac464e676a765857e6ddbe42c25 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 26 Aug 2026 08:35:57 +0200 Subject: ci: fix stress test test stage --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 730d6a44..f72fb58c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,15 +66,15 @@ test:bht: matrix: - PRESET: ["bht"] -test:bht-tsan: +test:bht-stress: stage: test image: registry.gitlab.ost.ch:45023/teachos/devcontainers/bht.ci:latest script: - - TSAN_OPTIONS=halt_on_error=1 ctest --preset bht-tsan-dbg --parallel --output-on-failure + - TSAN_OPTIONS=halt_on_error=1 ctest --preset bht-stress-dbg --parallel --output-on-failure artifacts: expire_in: 24 hours reports: - junit: build/bht-tsan/**/bht_results/*.xml + junit: build/bht-stress/**/bht_results/*.xml needs: - job: build:bht parallel: -- cgit v1.2.3