Only build specific tracing tests for NativeAOT leg (#86697)
authorElinor Fung <elfung@microsoft.com>
Wed, 24 May 2023 23:17:37 +0000 (01:17 +0200)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 23:17:37 +0000 (01:17 +0200)
eng/pipelines/runtime.yml

index d54da1b..23fbbff 100644 (file)
@@ -248,7 +248,7 @@ extends:
             extraStepsTemplate: /eng/pipelines/coreclr/nativeaot-post-build-steps.yml
             extraStepsParameters:
               creator: dotnet-bot
-              testBuildArgs: 'nativeaot tree ";nativeaot;Loader;Interop;tracing;" /p:BuildNativeAotFrameworkObjects=true'
+              testBuildArgs: 'nativeaot tree ";nativeaot;Loader;Interop;tracing/eventpipe/config;tracing/eventpipe/simpleprovidervalidation;" test tracing/eventcounter/runtimecounters.csproj /p:BuildNativeAotFrameworkObjects=true'
               liveLibrariesBuildConfig: Release
             testRunNamePrefixSuffix: NativeAOT_$(_BuildConfig)
             extraVariablesTemplates: