]> granicus.if.org Git - icu/commitdiff
ICU-20496 Run the Exhaustive Tests on "maint" branches as well.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 13 Mar 2019 18:17:14 +0000 (11:17 -0700)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 13 Mar 2019 20:26:56 +0000 (13:26 -0700)
.ci-builds/.azure-exhaustive-tests.yml

index 0a4365c9a6cb9c40970c3d25f1a5cd6af00d5575..89470a1c95ea7c5a97c3dc24047baf3d5d7da0fb 100644 (file)
@@ -9,14 +9,15 @@ resources:
     lfs: true
     fetchDepth: 1
 
-# Only run the exhaustive tests on the master branch, and batch up
-# any pending changes so that we will only have at most one build
-# running at a given time.
+# Only run the exhaustive tests on the master and maint branches, and
+# also batch up any pending changes so that we will only have at most
+# one build running at a given time (since they take a long time).
 trigger:
   batch: true
   branches:
     include:
     - master
+    - maint/*
 
 jobs:
 #-------------------------------------------------------------------------