diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-26 08:35:57 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-26 08:35:57 +0200 |
| commit | e03dad7b18247ac464e676a765857e6ddbe42c25 (patch) | |
| tree | 2c36ce569267b7c93ba42c6a3488f449847f045e | |
| parent | 0b5185d2b273132c1a39a7042b9b6c8245ac564d (diff) | |
| download | kernel-e03dad7b18247ac464e676a765857e6ddbe42c25.tar.xz kernel-e03dad7b18247ac464e676a765857e6ddbe42c25.zip | |
ci: fix stress test test stage
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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: |
