[Git][ghc/ghc][wip/tsan/all] CI
Ben Gamari
gitlab at gitlab.haskell.org
Sat Sep 19 00:49:11 UTC 2020
Ben Gamari pushed to branch wip/tsan/all at Glasgow Haskell Compiler / GHC
Commits:
333cfba4 by GHC GitLab CI at 2020-09-19T00:49:03+00:00
CI
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -636,12 +636,21 @@ nightly-x86_64-linux-deb9-integer-simple:
TEST_ENV: "x86_64-linux-deb9-integer-simple"
TEST_TYPE: slowtest
-nightly-x86_64-linux-deb9-tsan:
- extends: .build-x86_64-linux-deb9
+.build-x86_64-linux-deb9-tsan:
+ extends: .validate-linux-hadrian
stage: full-build
variables:
TEST_ENV: "x86_64-linux-deb9-tsan"
- FLAVOUR: "thread-sanitizer"
+ BUILD_FLAVOUR: "thread-sanitizer"
+ TSAN_OPTIONS: "suppressions=$CI_PROJECT_DIR/rts/.tsan-suppressions"
+
+nightly-x86_64-linux-deb9-tsan:
+ <<: *nightly
+ extends: .build-x86_64-linux-deb9-tsan
+
+validate-x86_64-linux-deb9-tsan:
+ extends: .build-x86_64-linux-deb9-tsan
+ when: manual
validate-x86_64-linux-deb9-dwarf:
extends: .build-x86_64-linux-deb9
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/333cfba4bc10804c99557a5324ea51e6d21694cb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/333cfba4bc10804c99557a5324ea51e6d21694cb
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200918/8db4dc0c/attachment-0001.html>
More information about the ghc-commits
mailing list