summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/tsan.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add timeouts to all jobs without oneNigel Babu2019-02-051-1/+5
| | | | Change-Id: I87b1189c619e2a652ad70f964d315367b57ae785
* Disable TSANNigel Babu2018-12-101-0/+1
| | | | | | See bug 1657584 for re-enabling it Change-Id: Ic4217f8845be1c13017da65c1f010e24bb8c92d6
* Add job for running glusterfs regressions with TSANNiels de Vos2018-11-271-0/+41
This is a copy of the job+script that are used for ASAN testing. Currently combining ASAN+TSAN in a single test-run is not an option, both libraries conflict with each other. Change-Id: Ie649a8f88be3e2aae949824903c490a64ea93e6e See-also: https://review.gluster.org/21641 # --enable-tsan option Updates: #543