mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-21244 Make Valgrind CI build/test check run on every Pull Request
See #1713
This commit is contained in:
parent
4af403d5c4
commit
b1f2b69018
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue