Move helper pipeline scripts under eng/pipeline/scripts (dotnet/coreclr#27660)
authorTomáš Rylek <trylek@microsoft.com>
Tue, 5 Nov 2019 15:18:42 +0000 (07:18 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2019 15:18:42 +0000 (07:18 -0800)
commit3e390a8faca7275f88e7b519fa9e320818ebb85c
tree1153580f193d0024c532bc6cd64a01d14749dbe0
parent7550f4090eca6b595a3fdc5a478cd30ba23394b9
Move helper pipeline scripts under eng/pipeline/scripts (dotnet/coreclr#27660)

To clean up contents of the eng folder, I'm moving all YAML scripts
used by Azure pipelines under eng/pipeline/scripts. Most of the rest
of the eng folder will get merged into a common eng folder in the
composite repo.

Thanks

Tomas

Commit migrated from https://github.com/dotnet/coreclr/commit/3474c72042b0e3a55e3bc59bb3a29cecfaa0a67c
39 files changed:
eng/pipelines/coreclr/ci.yml
eng/pipelines/coreclr/corefx-jitstress.yml
eng/pipelines/coreclr/corefx-jitstress2-jitstressregs.yml
eng/pipelines/coreclr/corefx-jitstressregs.yml
eng/pipelines/coreclr/corefx.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/internal.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/pr.yml
eng/pipelines/coreclr/r2r-extra.yml
eng/pipelines/coreclr/r2r.yml
eng/pipelines/coreclr/readme.md [moved from eng/readme.md with 100% similarity]
eng/pipelines/coreclr/runincontext.yml
eng/pipelines/coreclr/templates/build-job.yml [moved from eng/build-job.yml with 100% similarity]
eng/pipelines/coreclr/templates/build-test-job.yml [moved from eng/build-test-job.yml with 100% similarity]
eng/pipelines/coreclr/templates/checkout-job.yml [moved from eng/checkout-job.yml with 100% similarity]
eng/pipelines/coreclr/templates/crossgen-comparison-job.yml [moved from eng/crossgen-comparison-job.yml with 100% similarity]
eng/pipelines/coreclr/templates/download-artifact-step.yml [moved from eng/download-artifact-step.yml with 100% similarity]
eng/pipelines/coreclr/templates/finalize-publish.yml [moved from eng/finalize-publish.yml with 100% similarity]
eng/pipelines/coreclr/templates/format-job.yml [moved from eng/format-job.yml with 100% similarity]
eng/pipelines/coreclr/templates/job.yml [moved from eng/job.yml with 100% similarity]
eng/pipelines/coreclr/templates/perf-job.yml [moved from eng/perf-job.yml with 100% similarity]
eng/pipelines/coreclr/templates/platform-matrix.yml [moved from eng/platform-matrix.yml with 96% similarity]
eng/pipelines/coreclr/templates/run-performance-job.yml [moved from eng/run-performance-job.yml with 100% similarity]
eng/pipelines/coreclr/templates/run-test-job.yml [moved from eng/run-test-job.yml with 100% similarity]
eng/pipelines/coreclr/templates/send-to-helix-step.yml [moved from eng/send-to-helix-step.yml with 100% similarity]
eng/pipelines/coreclr/templates/test-job.yml [moved from eng/test-job.yml with 100% similarity]
eng/pipelines/coreclr/templates/upload-artifact-step.yml [moved from eng/upload-artifact-step.yml with 100% similarity]
eng/pipelines/coreclr/templates/xplat-job.yml [moved from eng/xplat-job.yml with 100% similarity]
eng/pipelines/coreclr/templates/xplat-pipeline-job.yml [moved from eng/xplat-pipeline-job.yml with 100% similarity]