From b93bad8d293223ba35299f7ca1a2f65fac9d35ba Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Fri, 15 Mar 2019 10:38:47 -0700 Subject: Add `Schedule` and 'Manual' as possible triggers for outerloop jobs. (#23271) --- azure-pipelines.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03fa821326..5016d7514a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -136,8 +136,8 @@ jobs: # Checked test builds # -# Pull request -- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['Build.Reason'], 'PullRequest')) }}: +# The jobs that can be triggered in PR, manually from ADO and that are scheduled +- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest', 'Manual', 'Schedule')) }}: - template: eng/platform-matrix.yml parameters: jobTemplate: test-job.yml @@ -173,15 +173,6 @@ jobs: readyToRun: true testGroup: outerloop -# Schedule or Manual -- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'Schedule', 'Manual')) }}: - - template: eng/platform-matrix.yml - parameters: - jobTemplate: test-job.yml - buildConfig: checked - jobParameters: - testGroup: outerloop - # # Release test builds # -- cgit v1.2.3