[Git][ghc/ghc][wip/tsan/all] CI

Ben Gamari gitlab at gitlab.haskell.org
Fri Sep 18 14:41:40 UTC 2020



Ben Gamari pushed to branch wip/tsan/all at Glasgow Haskell Compiler / GHC


Commits:
c6f34d42 by GHC GitLab CI at 2020-09-18T14:41:33+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:
+.build-x86_64-linux-deb9-tsan:
   extends: .build-x86_64-linux-deb9
   stage: full-build
   variables:
     TEST_ENV: "x86_64-linux-deb9-tsan"
     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/c6f34d42b5efaa291a8b7479d643eea7066534b0

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c6f34d42b5efaa291a8b7479d643eea7066534b0
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/ba78b9a5/attachment-0001.html>


More information about the ghc-commits mailing list