summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6f6eb1d6cf..bf67866c7a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -85,7 +85,7 @@ jobs:
configurationName: DEBUG_ZTS_MSAN
configurationParameters: '--enable-debug --enable-zts'
runTestsParameters: --msan
- timeoutInMinutes: 90
+ timeoutInMinutes: 120
- template: azure/community_job.yml
parameters:
configurationName: COMMUNITY
@@ -103,3 +103,12 @@ jobs:
configurationName: DEBUG_NTS_FILE_CACHE
configurationParameters: '--enable-debug --disable-zts'
timeoutInMinutes: 90
+ - template: azure/job.yml
+ parameters:
+ configurationName: DEBUG_NTS_REPEAT
+ configurationParameters: '--enable-debug --disable-zts'
+ runTestsParameters: '--repeat 2'
+ - template: azure/libmysqlclient_job.yml
+ parameters:
+ configurationName: LIBMYSQLCLIENT_DEBUG_NTS
+ configurationParameters: '--enable-debug --disable-zts'