summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml13
1 files changed, 2 insertions, 11 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index cfa115e159..b1ef2dac13 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -140,8 +140,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
@@ -177,15 +177,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
#