From aa4069607870353ac254744e623b7c2495463e30 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Wed, 12 Apr 2017 11:35:42 -0700 Subject: [PATCH] Improve reporting parameters for pipebuild Commit migrated from https://github.com/dotnet/coreclr/commit/65e7c737c8882a8ebc6c50edf90f497bda028182 --- src/coreclr/buildpipeline/pipelines.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/coreclr/buildpipeline/pipelines.json b/src/coreclr/buildpipeline/pipelines.json index 9ab0237..a06f054 100644 --- a/src/coreclr/buildpipeline/pipelines.json +++ b/src/coreclr/buildpipeline/pipelines.json @@ -121,7 +121,7 @@ "Rid": "linux" }, "ReportingParameters": { - "OperatingSystem": "RedHat 7", + "OperatingSystem": "Linux", "Type": "build/product/", "Architecture": "x64", "PB_BuildType": null @@ -146,7 +146,7 @@ "portableBuild": "-portable" }, "ReportingParameters": { - "OperatingSystem": "RedHat 7", + "OperatingSystem": "OSX", "Type": "build/product/", "SubType": "PortableBuild", "Architecture": "x64", @@ -282,7 +282,7 @@ "Rid": "ubuntu.14.04" }, "ReportingParameters": { - "OperatingSystem": "Ubuntu 14.04", + "OperatingSystem": "Linux", "SubType": "PortableCrossBuild", "Type": "build/product/", "Architecture": "arm", @@ -501,6 +501,7 @@ }, "ReportingParameters": { "OperatingSystem": "Windows", + "SubType": "Build-Tests", "Type": "build/product/", "PB_BuildType": "Release" } @@ -516,6 +517,7 @@ }, "ReportingParameters": { "OperatingSystem": "OSX", + "SubType": "Build-Tests", "Type": "build/product/", "PB_BuildType": "Release" } @@ -531,6 +533,7 @@ }, "ReportingParameters": { "OperatingSystem": "RedHat 7", + "SubType": "Build-Tests", "Type": "build/product/", "PB_BuildType": "Release" } -- 2.7.4