Fix outerloop.yml (#89497)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 26 Jul 2023 11:39:39 +0000 (13:39 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 11:39:39 +0000 (13:39 +0200)
eng/pipelines/libraries/outerloop.yml

index b6fb6bb..121d405 100644 (file)
@@ -40,7 +40,7 @@ extends:
               - osx_x64
             jobParameters:
               testScope: outerloop
-              nameSuffix: CoreCLR_$(_BuildConfig)
+              nameSuffix: CoreCLR_Release
               buildArgs: -s clr+host.native+libs+libs.tests -lc $(_BuildConfig) -hc $(_BuildConfig) -rc Release -testscope outerloop /p:ArchiveTests=true
               timeoutInMinutes: 180
               includeAllPlatforms: ${{ variables['isRollingBuild'] }}
@@ -68,7 +68,7 @@ extends:
                 - osx_x64
               jobParameters:
                 testScope: outerloop
-                nameSuffix: CoreCLR_$(_BuildConfig)
+                nameSuffix: CoreCLR_Debug
                 buildArgs: -s clr+host.native+libs+libs.tests -lc $(_BuildConfig) -hc $(_BuildConfig) -rc Release -testscope outerloop /p:ArchiveTests=true
                 timeoutInMinutes: 180
                 includeAllPlatforms: ${{ variables['isRollingBuild'] }}