]> granicus.if.org Git - icu/commitdiff
ICU-21244 Make Valgrind CI build/test check run on every Pull Request
authorErik Torres Aguilar <ertorres@microsoft.com>
Thu, 6 May 2021 20:40:27 +0000 (20:40 +0000)
committerErik Torres <ertorres@microsoft.com>
Thu, 6 May 2021 21:56:31 +0000 (14:56 -0700)
See #1713

.ci-builds/.azure-valgrind.yml

index 63d87188e428cdb8268e6406a1a2a3b8d6b7a89b..e7abc8c2f8901ef3790431bedc36b31b83e05919 100644 (file)
@@ -1,16 +1,14 @@
 # Azure Pipelines configuration for Valgrind for ICU4C.
 # 
 # Note: The valgrind test configuration is in a separate file
-# so that it can be run independently from the regular builds.
+# as it used to be run independently from the regular CI builds.
 #
 # The Ubuntu images don't have valgrind installed by default, so we need
 # install it first.
 #
-# Only run valgrind on the main and maint branches, and
-# batch up any pending changes so that we will only have at most
-# one build running at a given time (since it takes time).
-trigger:
-  batch: true
+# Run Valgrind for every Pull Request that goes into main
+# or a maint- branch. This lets us catch any issues sooner rather than later. 
+pr:
   branches:
     include:
     - main