summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index dabf35b3d2..1932b1cdee 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -103,3 +103,8 @@ 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'