September infra rollout - continued CoreCLR / Mono test cleanup (minimal) (#40345)
authorTomáš Rylek <trylek@microsoft.com>
Mon, 7 Sep 2020 22:18:14 +0000 (00:18 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Sep 2020 22:18:14 +0000 (00:18 +0200)
commit3f30ac6bfb3c6bc6989ea450b8699709407ffee1
tree2cd0c8326653b2324d7a3783234529b42ec36103
parent395fe0c5c20318eb788a030875fda515810f7b47
September infra rollout - continued CoreCLR / Mono test cleanup (minimal) (#40345)

Similar to the previous occasion, I have identified this set as the minimum meaningful set of scripts to move without causing too much disruption apart from purely mechanical renames. This change moves the developer-facing test-related CoreCLR scripts under the src/tests folder in accordance with the previous move of the tests themselves:

src/coreclr/build-test.cmd to src/tests/build.cmd
src/coreclr/build-test.sh to src/tests/build.sh
src/coreclr/tests/build.proj to src/tests/build.proj
src/coreclr/tests/runtest.cmd to src/tests/run.cmd
src/coreclr/tests/runtest.sh to src/tests/run.sh
src/coreclr/tests/src/runtest.proj to src/tests/run.proj
src/coreclr/tests/issues.targets to src/tests/issues.targets

The rest of the change constitutes mere path adjustments to match the primary rename.

Fixes: https://github.com/dotnet/runtime/issues/38919

Thanks

Tomas
16 files changed:
eng/pipelines/common/templates/runtimes/build-test-job.yml
eng/pipelines/common/templates/runtimes/run-test-job.yml
eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml
eng/pipelines/coreclr/templates/build-job.yml
eng/pipelines/coreclr/templates/crossgen-comparison-job.yml
eng/pipelines/coreclr/templates/perf-job.yml
eng/pipelines/runtime.yml
eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
src/coreclr/tests/runtest.py
src/tests/build.cmd [moved from src/coreclr/build-test.cmd with 94% similarity]
src/tests/build.proj [moved from src/coreclr/tests/build.proj with 71% similarity]
src/tests/build.sh [moved from src/coreclr/build-test.sh with 92% similarity]
src/tests/issues.targets [moved from src/coreclr/tests/issues.targets with 100% similarity]
src/tests/run.cmd [moved from src/coreclr/tests/runtest.cmd with 99% similarity]
src/tests/run.proj [moved from src/coreclr/tests/src/runtest.proj with 96% similarity]
src/tests/run.sh [moved from src/coreclr/tests/runtest.sh with 98% similarity]