diff --git a/eng/pipelines/libraries/run-test-job.yml b/eng/pipelines/libraries/run-test-job.yml index 866be5076c784a2b8b73d8acd624df0feb8ffe56..e0f0e1e91196abbc98a10a8c204ecb98a47258ef 100644 --- a/eng/pipelines/libraries/run-test-job.yml +++ b/eng/pipelines/libraries/run-test-job.yml @@ -129,7 +129,7 @@ jobs: # for clarity), and should remain in sync. This is only a subset; only the testGroups that are # used to test the libraries have been added here. More could be added if we decided to test the # libraries with more stress modes. The scenario tags are interpreted by - # src\coreclr\tests\testenvironment.proj. + # src\tests\Common\testenvironment.proj. # # The one difference here compared to eng/pipelines/common/templates/runtimes/run-test-job.yml is # that 'jitstress' contains 'no_tiered_compilation'. The 'normal' (default) test mode diff --git a/src/libraries/sendtohelix.proj b/src/libraries/sendtohelix.proj index 599a9406c6612ec7013d898315468e8400c3974a..89ce239cd3e5af7e8acb6aa6d99d1d8da8139b24 100644 --- a/src/libraries/sendtohelix.proj +++ b/src/libraries/sendtohelix.proj @@ -6,7 +6,7 @@ is used to run the tests. If a set of comma-separated scenarios are specified in the `_Scenarios` property, then each test is run for each of the specified CoreCLR scenarios (e.g., COMPlus_JitStress=1; COMPlus_JitStressRegs=4; COMPlus_JitStress=2 + COMPlus_JitStressRegs=0x1000). The set of acceptable - scenario names is defined and interpreted by src\coreclr\tests\testenvironment.proj. + scenario names is defined and interpreted by src\tests\Common\testenvironment.proj. "RunInParallelForEachScenario" is the "root" target for this Project. It first creates the "correlation payload", which is the set of files used by all Helix submissions @@ -105,7 +105,7 @@ - <_ProjectsToBuild Include="$(RepoRoot)\src\coreclr\tests\testenvironment.proj"> + <_ProjectsToBuild Include="$(RepoRoot)\src\tests\Common\testenvironment.proj"> Scenario=$(Scenario);TestEnvFileName=$(TestEnvFilePath);TargetsWindows=$(TargetsWindows)