Commit graph

65 commits

Author SHA1 Message Date
Daan Leijen
98699c983a update to v1.8.8 2025-01-03 17:56:15 -08:00
Daan Leijen
df593a3ec1 make timeout for tests in the pipeline up to 4 min 2024-12-17 00:35:28 -08:00
Daan
9886379349 fix macos 15 OS name 2024-12-09 21:22:30 -08:00
daanx
41029d9d49 fix azure pipeline 2024-11-17 23:20:18 -08:00
daanx
e7198ce397 Extend azure pipeline with Ubuntu 24 & 20, windows 2019, and macOS 15 2024-11-17 23:16:59 -08:00
daanx
ff56f6acbc update azure pipeline to use sample rate of 1000 for guarded objects 2024-11-17 23:01:16 -08:00
daanx
8b6017d976 rename mi_debug_guarded_ to mi_guarded_ 2024-11-16 22:42:32 -08:00
Daan
db3d8485d2 increase TSAN test to 400 iterations 2024-08-21 17:13:51 -07:00
Daan
d8e0cb1a37 increase test timeout for azure pipeline 2024-08-21 17:01:05 -07:00
Daan
bb3976760f add guarded build to test pipeline 2024-08-21 15:34:22 -07:00
Daan
cf10af7824 re-enable tsan test in azure pipelines 2024-06-03 21:07:48 -07:00
daanx
4a867ffd98 disable tsan as it times out on the azure pipeline 2023-04-17 12:24:01 -07:00
daanx
93175c9871 increase pipeline timeout to 10min for tsan 2023-04-17 11:36:11 -07:00
daanx
aa1ba045ac increase pipeline timeout for tsan 2023-04-17 10:19:40 -07:00
Daan Leijen
068d1d8842 increase timeout in pipeline for linux for tsan run 2023-03-29 12:27:22 -07:00
Daan Leijen
0ca31d2db1 fix pipeline for tsan 2023-03-29 12:20:29 -07:00
Daan Leijen
8e6a475386 add ubsan and tsan to pipeline 2023-03-29 12:13:59 -07:00
Daan Leijen
e1e1e25d21 add ASAN to pipeline 2023-03-29 11:52:46 -07:00
Johannes Schindelin
745a34f475 Fix whitespace
This mostly deletes trailing spaces.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2022-12-03 00:24:20 +01:00
daan
56ab9ee06a update azure pipeline to ubuntu 22.04 2022-11-07 14:55:36 -08:00
Daan Leijen
8d6a9df752 update windows pipeline to 2022 2022-04-14 16:47:43 -07:00
Frank Richter
164b3a9667 Pass build config to CMake invocation in Windows pipeline jobs 2021-12-21 16:20:59 +01:00
Daan
2a4ad02d27
Merge branch 'dev' into random-context-macos 2021-12-15 16:57:25 -08:00
daan
73ced777dd upgrade macos to latest 2021-12-14 18:42:10 -08:00
Jim Huang
71b2c441bb CI: Update the macOS image to version 10.15 2021-06-25 10:09:19 +08:00
Daan
d98ffca987
fix indentation 2021-01-30 17:14:11 -08:00
Daan
b61996184e
Use explicit trigger syntax 2021-01-30 17:11:02 -08:00
daan
e1b4f036ca fix indentation in pipeline script 2020-09-06 09:10:38 -07:00
daan
f28f41f530 better ctest invocation on pipelines 2020-09-06 09:09:00 -07:00
daan
e740242978 link with advapi32 on windows 2020-09-06 08:29:08 -07:00
daan
a9ad0cb68d comment out vs2017 pipeline 2020-09-05 22:36:59 -07:00
daan
dd0ce3c414 specify x64 for vs2017 pipeline 2020-09-05 22:31:59 -07:00
daan
d3aeb6253b fix vs2017 pipeline vmimage 2020-09-05 22:22:37 -07:00
daan
c34f303aa0 add vs2017 pipeline 2020-09-05 22:20:46 -07:00
daan
aec70a04a6 disable win pipeline again 2020-09-05 18:04:34 -07:00
daan
33a45f3f47 try ctest in windows pipeline again with increased stack per thread 2020-09-05 18:02:21 -07:00
daan
cc32ede5d2 disable test stress on windows pipeline again 2020-09-05 12:41:06 -07:00
daan
7d9a878a9d test stress in windows pipeline 2020-09-05 12:38:25 -07:00
daan
44ba0d254b disable windows test in azure pipeline for now until we can reproduce 2020-09-05 11:47:27 -07:00
daan
78f1f9bd5e reduce stress workload for windows pipeline 2020-09-05 11:16:40 -07:00
daan
694315fbe4 disable test in windows pipeline 2020-09-05 11:08:41 -07:00
daan
39948bce78 upload test artifact for the windows pipeline build 2020-09-05 11:04:55 -07:00
daan
2236b712f4 add test timeout on windows pipeline 2020-09-05 10:34:41 -07:00
daan
551831ba1c ctest output verbose on windows pipeline 2020-09-05 10:30:54 -07:00
daan
ccb51c6abe disable artifact uploading in dev 2020-05-05 10:46:39 -07:00
daan
775e1bfd7a allow uploading artifacts for master branch 2020-05-05 10:38:25 -07:00
Daan Leijen
1f8cc50c6b disable artifact uploading for now as it exceeds the storage space 2020-04-24 07:48:22 -07:00
Jiaye Wu
6f03be2d3a
Fix Windows builds on Azure Pipelines
Currently, all Windows builds are using `Debug|x64` configuration. For example, you can see the CTest steps with Release build cost 20+ seconds, which means it is using the debug binary.
2020-04-14 12:54:35 +08:00
daan
f750e793ff ensure unique build names for C++ azure pipeline jobs 2020-01-16 16:52:44 -08:00
daan
5c82b459d6 enable debug clang++ compilation in azure pipelines 2020-01-16 16:49:59 -08:00