File tree 3 files changed +26
-3
lines changed 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,26 @@ jobs:
249
249
disableClrTest : true
250
250
${{ insert }} : ${{ parameters.jobParameters }}
251
251
252
+ # Runtime-dev-innerloop build
253
+
254
+ - ${{ if containsValue(parameters.platforms, 'linux_x64_dev_innerloop') }} :
255
+ - template : xplat-setup.yml
256
+ parameters :
257
+ jobTemplate : ${{ parameters.jobTemplate }}
258
+ helixQueuesTemplate : ${{ parameters.helixQueuesTemplate }}
259
+ variables : ${{ parameters.variables }}
260
+ osGroup : linux
261
+ archType : x64
262
+ targetRid : linux-x64
263
+ platform : linux_x64
264
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
265
+ container : linux_x64_dev_innerloop
266
+ jobParameters :
267
+ runtimeFlavor : ${{ parameters.runtimeFlavor }}
268
+ buildConfig : ${{ parameters.buildConfig }}
269
+ helixQueueGroup : ${{ parameters.helixQueueGroup }}
270
+ ${{ insert }} : ${{ parameters.jobParameters }}
271
+
252
272
# Centos 7 x64 Source Build
253
273
254
274
- ${{ if containsValue(parameters.platforms, 'SourceBuild_centos7_x64') }} :
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ resources:
48
48
env :
49
49
ROOTFS_DIR : /crossrootfs/x86
50
50
51
+ - container : linux_x64_dev_innerloop
52
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04
53
+
51
54
# CentOS 8 Stream is the closest image to RHEL8, which has the oldest toolsets we support building against
52
55
# for our source-build partners.
53
56
- container : SourceBuild_linux_x64
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ extends:
90
90
jobTemplate : /eng/pipelines/common/global-build-job.yml
91
91
buildConfig : debug
92
92
platforms :
93
- - linux_x64
93
+ - linux_x64_dev_innerloop
94
94
jobParameters :
95
95
testGroup : innerloop
96
96
nameSuffix : Runtime_Release
@@ -111,7 +111,7 @@ extends:
111
111
jobTemplate : /eng/pipelines/common/global-build-job.yml
112
112
buildConfig : debug
113
113
platforms :
114
- - linux_x64
114
+ - linux_x64_dev_innerloop
115
115
jobParameters :
116
116
testGroup : innerloop
117
117
nameSuffix : RuntimeFlavor_Mono
@@ -151,7 +151,7 @@ extends:
151
151
jobTemplate : /eng/pipelines/common/global-build-job.yml
152
152
buildConfig : debug
153
153
platforms :
154
- - linux_x64
154
+ - linux_x64_dev_innerloop
155
155
jobParameters :
156
156
nameSuffix : Libraries_AllConfigurations
157
157
buildArgs : -subset libs -allconfigurations
You can’t perform that action at this time.
0 commit comments