Switch over the remaining CoreCLR pipelines to live-live mode (#813)
authorTomáš Rylek <trylek@microsoft.com>
Wed, 18 Dec 2019 13:55:35 +0000 (14:55 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2019 13:55:35 +0000 (14:55 +0100)
commite1bc9a2faf643c75d01ce5937b84f4db0eeb657f
tree27b9060a934c842d21e80a234ae98cd0823a6e64
parente55bb049c09a6991a0347e8fd1f9df2427fc52db
Switch over the remaining CoreCLR pipelines to live-live mode (#813)

I have also found out that my recent change to switch over the JIT
stress pipelines was incomplete - it was building the live libraries
but not actually using it due to a typo in the parameter name. I am
fixing that as part of this change.

Thanks

Tomas
19 files changed:
eng/liveBuilds.targets
eng/pipelines/coreclr/crossgen2.yml
eng/pipelines/coreclr/gc-longrunning.yml
eng/pipelines/coreclr/gc-simulator.yml
eng/pipelines/coreclr/gcstress-extra.yml
eng/pipelines/coreclr/gcstress0x3-gcstress0xc.yml
eng/pipelines/coreclr/jitstress-isas-arm.yml
eng/pipelines/coreclr/jitstress-isas-x86.yml
eng/pipelines/coreclr/jitstress.yml
eng/pipelines/coreclr/jitstress2-jitstressregs.yml
eng/pipelines/coreclr/jitstressregs-x86.yml
eng/pipelines/coreclr/jitstressregs.yml
eng/pipelines/coreclr/perf.yml
eng/pipelines/coreclr/r2r-extra.yml
eng/pipelines/coreclr/r2r.yml
eng/pipelines/coreclr/runincontext.yml
eng/pipelines/coreclr/templates/perf-job.yml
eng/pipelines/coreclr/templates/run-performance-job.yml
eng/pipelines/coreclr/templates/test-job.yml