Use Build.DefinitionName for Creator when submitting tests to Helix (dotnet/coreclr...
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Wed, 20 Feb 2019 19:35:58 +0000 (11:35 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Feb 2019 19:35:58 +0000 (11:35 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/8c03cd9968165287b558d83473b22e3a617ab42c

eng/test-job.yml

index 478a75e..d766c22 100644 (file)
@@ -136,7 +136,7 @@ jobs:
         osGroup: ${{ parameters.osGroup }}
 
         ${{ if eq(variables['System.TeamProject'], 'public') }}:
-          creator: 'coreclr'
+          creator: $(Build.DefinitionName)
 
         helixBuild: $(Build.BuildNumber)