diff options
author | Fadi Hanna <fadim@microsoft.com> | 2019-06-06 10:04:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 10:04:36 -0700 |
commit | fddc4012790b52d60b4bef5ea247e496d032f149 (patch) | |
tree | e7abe108eac1e6ab220549f86096f723752f65c6 | |
parent | 9f76c18356785ac8de21388998bc0e99425c454a (diff) | |
download | coreclr-fddc4012790b52d60b4bef5ea247e496d032f149.tar.gz coreclr-fddc4012790b52d60b4bef5ea247e496d032f149.tar.bz2 coreclr-fddc4012790b52d60b4bef5ea247e496d032f149.zip |
Add R2R outerloop test mode without any stress modes (#24961)
* Add R2R outerloop test mode without any stress modes
-rw-r--r-- | azure-pipelines.yml | 8 | ||||
-rw-r--r-- | eng/test-job.yml | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7b20d2f012..fb05c8f00c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -129,7 +129,7 @@ jobs: - Windows_NT_arm64 - Windows_NT_x64 - Windows_NT_x86 - ${{ if in(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc', 'coreclr-outerloop-gcstress-extra', 'coreclr-outerloop-r2r-extra') }}: + ${{ if in(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc', 'coreclr-outerloop-gcstress-extra', 'coreclr-outerloop-r2r', 'coreclr-outerloop-r2r-extra') }}: platforms: - Linux_arm - Linux_arm64 @@ -210,7 +210,7 @@ jobs: - Windows_NT_arm64 - Windows_NT_x64 - Windows_NT_x86 - ${{ if in(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc', 'coreclr-outerloop-gcstress-extra', 'coreclr-outerloop-r2r-extra') }}: + ${{ if in(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc', 'coreclr-outerloop-gcstress-extra', 'coreclr-outerloop-r2r', 'coreclr-outerloop-r2r-extra') }}: platforms: - Linux_arm - Linux_arm64 @@ -253,6 +253,10 @@ jobs: testGroup: outerloop-gcstress0x3-gcstress0xc ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress-extra') }}: testGroup: outerloop-gcstress-extra + ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-r2r') }}: + testGroup: outerloop + readyToRun: true + displayNameArgs: R2R ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-r2r-extra') }}: testGroup: outerloop-r2r-extra readyToRun: true diff --git a/eng/test-job.yml b/eng/test-job.yml index 22c29421c0..010fb61359 100644 --- a/eng/test-job.yml +++ b/eng/test-job.yml @@ -296,7 +296,6 @@ jobs: - jitminopts - forcerelocs - gcstress15 - - no_tiered_compilation # Publish Logs |