From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Wed, 13 Mar 2019 18:17:14 +0000 (-0700) Subject: ICU-20496 Run the Exhaustive Tests on "maint" branches as well. X-Git-Tag: release-64-1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70b7b0d3b3359657346fdd079b35b55f930e7d83;p=icu ICU-20496 Run the Exhaustive Tests on "maint" branches as well. --- diff --git a/.ci-builds/.azure-exhaustive-tests.yml b/.ci-builds/.azure-exhaustive-tests.yml index 0a4365c9a6c..89470a1c95e 100644 --- a/.ci-builds/.azure-exhaustive-tests.yml +++ b/.ci-builds/.azure-exhaustive-tests.yml @@ -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: #-------------------------------------------------------------------------