From a3960e5d20db08772997e51cdb3f14226f7bcfcc Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 30 Jan 2020 09:48:14 -0800 Subject: [PATCH] Add primary branch triggers to helix-test (#18686) We want to run the quarantined tests on the "primary" branches (just master for now) to ensure we're getting full coverage. --- .azure/pipelines/helix-test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/helix-test.yml b/.azure/pipelines/helix-test.yml index 96b9d6ccaa..b1da5574cb 100644 --- a/.azure/pipelines/helix-test.yml +++ b/.azure/pipelines/helix-test.yml @@ -1,5 +1,9 @@ -# Don't run CI for this config yet. We're not ready to move official builds on to Azure Pipelines -trigger: none +# We want to run quarantined tests on master as well as on PRs +trigger: + batch: true + branches: + include: + - master # Run PR validation on all branches pr: