summaryrefslogtreecommitdiff
path: root/eng/pipelines
diff options
context:
space:
mode:
authorAnipik <anirudhagnihotry098@gmail.com>2019-09-09 12:12:40 -0700
committerAnipik <anirudhagnihotry098@gmail.com>2019-09-09 12:12:40 -0700
commit6b5c8ef1fdb23612cb09ac455000d3b92104b487 (patch)
treeb694ca6bf196bd4329f1cf0d06dc1cabab6d53c6 /eng/pipelines
parent242b290169bf0af7f2b1f51273adbec17a180130 (diff)
parent1533d6a5db52179c23a552878cd227fb2e7448bf (diff)
downloadcoreclr-6b5c8ef1fdb23612cb09ac455000d3b92104b487.tar.gz
coreclr-6b5c8ef1fdb23612cb09ac455000d3b92104b487.tar.bz2
coreclr-6b5c8ef1fdb23612cb09ac455000d3b92104b487.zip
Merge branch 'release/3.0' into release/3.1
Diffstat (limited to 'eng/pipelines')
-rw-r--r--eng/pipelines/internal.yml57
1 files changed, 31 insertions, 26 deletions
diff --git a/eng/pipelines/internal.yml b/eng/pipelines/internal.yml
index 274d9be9d4..cacacffe29 100644
--- a/eng/pipelines/internal.yml
+++ b/eng/pipelines/internal.yml
@@ -44,32 +44,6 @@ stages:
timeoutInMinutes: 120
#
- # Release test builds
- #
- - template: /eng/platform-matrix.yml
- parameters:
- jobTemplate: test-job.yml
- buildConfig: release
- platformGroup: all
- helixQueueGroup: all
- jobParameters:
- testGroup: outerloop
-
- #
- # ReadyToRun test builds
- #
- - template: /eng/platform-matrix.yml
- parameters:
- jobTemplate: test-job.yml
- buildConfig: release
- platformGroup: all
- helixQueueGroup: all
- jobParameters:
- testGroup: outerloop
- readyToRun: true
- displayNameArgs: R2R
-
- #
# Publish build information to Build Assets Registry
#
# This job gathers build assets from the pipeline (from each official
@@ -96,3 +70,34 @@ stages:
parameters:
# Symbol validation is not entirely reliable as of yet, so should be turned off until https://github.com/dotnet/arcade/issues/2871 is resolved.
enableSymbolValidation: false
+
+ - stage: test
+ displayName: Test
+ jobs:
+ #
+ # Release test builds
+ #
+ - template: /eng/platform-matrix.yml
+ parameters:
+ jobTemplate: test-job.yml
+ buildConfig: release
+ platformGroup: all
+ helixQueueGroup: all
+ ignoreDependencyOnBuildJobs: true
+ jobParameters:
+ testGroup: outerloop
+
+ #
+ # ReadyToRun test builds
+ #
+ - template: /eng/platform-matrix.yml
+ parameters:
+ jobTemplate: test-job.yml
+ buildConfig: release
+ platformGroup: all
+ helixQueueGroup: all
+ ignoreDependencyOnBuildJobs: true
+ jobParameters:
+ testGroup: outerloop
+ readyToRun: true
+ displayNameArgs: R2R