Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Costa <chcosta@microsoft.com>2016-11-18 01:38:08 +0300
committerChristopher Costa <chcosta@microsoft.com>2016-11-18 01:38:08 +0300
commit7f18d32601f0e4defa1766a1c3b36d15b94b1fdb (patch)
tree571fa477364c8eadc5ce39710d996422497637db /buildpipeline
parent3baf8852cdba53d2f3cd8d9f525f50310eb36401 (diff)
Bring checked in build definitions up to date with latest VSTS build
changes
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Linux-Native.json10
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Mac-Native.json2
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Windows-Build-Test.json2
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Windows-Native.json82
-rw-r--r--buildpipeline/DotNet-CoreFx-Trusted-Windows.json116
-rw-r--r--buildpipeline/DotNet-Trusted-Tests-Publish.json2
-rw-r--r--buildpipeline/pipeline.json31
7 files changed, 142 insertions, 103 deletions
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Linux-Native.json b/buildpipeline/DotNet-CoreFx-Trusted-Linux-Native.json
index 5720fc3ef6..d6a9ffd336 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Linux-Native.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Linux-Native.json
@@ -685,13 +685,17 @@
"deleteTestResults": true
}
],
- "buildNumberFormat": "$(date:yyyyMMdd)$(rev:-rr)",
+ "buildNumberFormat": "$(date:yyyyMMdd)$(rev:-rr)-$(DockerTag)",
"jobAuthorizationScope": "projectCollection",
"jobTimeoutInMinutes": 60,
"repository": {
"properties": {
"labelSources": "0",
- "reportBuildStatus": "true"
+ "reportBuildStatus": "true",
+ "fetchDepth": "0",
+ "gitLfsSupport": "false",
+ "skipSyncSource": "false",
+ "cleanOptions": "0"
},
"id": "58fa2458-e392-4373-ba2b-dd3ef0c2d7ce",
"type": "TfsGit",
@@ -721,6 +725,6 @@
"description": "Visual Studio and DevDiv team project for git source code repositories. Work items will be added for Adams, Dev14 work items are tracked in vstfdevdiv. ",
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/projects/0bdbc590-a062-4c3f-b0f6-9383f67865ee",
"state": "wellFormed",
- "revision": 418097399
+ "revision": 418097423
}
} \ No newline at end of file
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Mac-Native.json b/buildpipeline/DotNet-CoreFx-Trusted-Mac-Native.json
index c3b22d4129..f21f321ce9 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Mac-Native.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Mac-Native.json
@@ -336,6 +336,6 @@
"description": "Visual Studio and DevDiv team project for git source code repositories. Work items will be added for Adams, Dev14 work items are tracked in vstfdevdiv. ",
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/projects/0bdbc590-a062-4c3f-b0f6-9383f67865ee",
"state": "wellFormed",
- "revision": 418097399
+ "revision": 418097423
}
} \ No newline at end of file
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Windows-Build-Test.json b/buildpipeline/DotNet-CoreFx-Trusted-Windows-Build-Test.json
index 4a056e2dfb..4ed1a1c265 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Windows-Build-Test.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Windows-Build-Test.json
@@ -482,6 +482,6 @@
"description": "Visual Studio and DevDiv team project for git source code repositories. Work items will be added for Adams, Dev14 work items are tracked in vstfdevdiv. ",
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/projects/0bdbc590-a062-4c3f-b0f6-9383f67865ee",
"state": "wellFormed",
- "revision": 418097399
+ "revision": 418097423
}
} \ No newline at end of file
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Windows-Native.json b/buildpipeline/DotNet-CoreFx-Trusted-Windows-Native.json
index db59a8b762..567b1d4d53 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Windows-Native.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Windows-Native.json
@@ -201,6 +201,43 @@
{
"enabled": true,
"continueOnError": false,
+ "alwaysRun": true,
+ "displayName": "Copy Publish Artifact: BuildLogs",
+ "timeoutInMinutes": 0,
+ "task": {
+ "id": "1d341bb0-2106-458c-8422-d00bcea6512a",
+ "versionSpec": "*",
+ "definitionType": "task"
+ },
+ "inputs": {
+ "CopyRoot": "",
+ "Contents": "*.log\ncorefx\\*.log",
+ "ArtifactName": "BuildLogs",
+ "ArtifactType": "Container",
+ "TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)"
+ }
+ },
+ {
+ "enabled": false,
+ "continueOnError": true,
+ "alwaysRun": false,
+ "displayName": "Publish Artifact: bin",
+ "timeoutInMinutes": 0,
+ "task": {
+ "id": "2ff763a7-ce83-4e1f-bc89-0ae63477cebe",
+ "versionSpec": "*",
+ "definitionType": "task"
+ },
+ "inputs": {
+ "PathtoPublish": "corefx/bin",
+ "ArtifactName": "bin",
+ "ArtifactType": "Container",
+ "TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)"
+ }
+ },
+ {
+ "enabled": true,
+ "continueOnError": false,
"alwaysRun": false,
"displayName": "Publish symbols path: \\\\cpvsbuild\\drops\\DotNetCore\\$(Build.DefinitionName)\\$(Build.BuildNumber)\\symbols",
"timeoutInMinutes": 0,
@@ -274,43 +311,6 @@
"inputs": {}
},
{
- "enabled": true,
- "continueOnError": false,
- "alwaysRun": true,
- "displayName": "Copy Publish Artifact: BuildLogs",
- "timeoutInMinutes": 0,
- "task": {
- "id": "1d341bb0-2106-458c-8422-d00bcea6512a",
- "versionSpec": "*",
- "definitionType": "task"
- },
- "inputs": {
- "CopyRoot": "",
- "Contents": "*.log\ncorefx\\*.log",
- "ArtifactName": "BuildLogs",
- "ArtifactType": "Container",
- "TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)"
- }
- },
- {
- "enabled": true,
- "continueOnError": true,
- "alwaysRun": false,
- "displayName": "Publish Artifact: bin",
- "timeoutInMinutes": 0,
- "task": {
- "id": "2ff763a7-ce83-4e1f-bc89-0ae63477cebe",
- "versionSpec": "*",
- "definitionType": "task"
- },
- "inputs": {
- "PathtoPublish": "corefx/bin",
- "ArtifactName": "bin",
- "ArtifactType": "Container",
- "TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)"
- }
- },
- {
"enabled": false,
"continueOnError": false,
"alwaysRun": false,
@@ -458,7 +458,7 @@
"deleteTestResults": true
}
],
- "buildNumberFormat": "$(date:yyyyMMdd)$(rev:-rr)",
+ "buildNumberFormat": "$(date:yyyyMMdd)$(rev:-rr)-$(Platform)",
"jobAuthorizationScope": "projectCollection",
"jobTimeoutInMinutes": 180,
"repository": {
@@ -466,7 +466,9 @@
"labelSources": "0",
"reportBuildStatus": "true",
"fetchDepth": "0",
- "gitLfsSupport": "false"
+ "gitLfsSupport": "false",
+ "skipSyncSource": "false",
+ "cleanOptions": "0"
},
"id": "0a2b2664-c1be-429c-9b40-8a24dee27a4a",
"type": "TfsGit",
@@ -496,6 +498,6 @@
"description": "Visual Studio and DevDiv team project for git source code repositories. Work items will be added for Adams, Dev14 work items are tracked in vstfdevdiv. ",
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/projects/0bdbc590-a062-4c3f-b0f6-9383f67865ee",
"state": "wellFormed",
- "revision": 418097399
+ "revision": 418097423
}
} \ No newline at end of file
diff --git a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
index bc3866ade6..5b406cfbd9 100644
--- a/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
+++ b/buildpipeline/DotNet-CoreFx-Trusted-Windows.json
@@ -219,6 +219,61 @@
{
"enabled": true,
"continueOnError": false,
+ "alwaysRun": true,
+ "displayName": "Copy Publish Artifact: BuildLogs",
+ "timeoutInMinutes": 0,
+ "task": {
+ "id": "1d341bb0-2106-458c-8422-d00bcea6512a",
+ "versionSpec": "*",
+ "definitionType": "task"
+ },
+ "inputs": {
+ "CopyRoot": "",
+ "Contents": "*.log\ncorefx\\*.log\ncorefx\\src\\*.log",
+ "ArtifactName": "BuildLogs",
+ "ArtifactType": "Container",
+ "TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)"
+ }
+ },
+ {
+ "enabled": true,
+ "continueOnError": true,
+ "alwaysRun": false,
+ "displayName": "Zip",
+ "timeoutInMinutes": 0,
+ "task": {
+ "id": "dc66d2f0-a7ba-11e5-ae62-3deab86d85e3",
+ "versionSpec": "*",
+ "definitionType": "task"
+ },
+ "inputs": {
+ "pathToZipFolder": "corefx\\bin",
+ "pathToZipFile": "bin.zip",
+ "overwrite": "false"
+ }
+ },
+ {
+ "enabled": false,
+ "continueOnError": true,
+ "alwaysRun": false,
+ "displayName": "Copy Publish Artifact: bin",
+ "timeoutInMinutes": 0,
+ "task": {
+ "id": "1d341bb0-2106-458c-8422-d00bcea6512a",
+ "versionSpec": "*",
+ "definitionType": "task"
+ },
+ "inputs": {
+ "CopyRoot": "",
+ "Contents": "bin.zip",
+ "ArtifactName": "bin",
+ "ArtifactType": "Container",
+ "TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)"
+ }
+ },
+ {
+ "enabled": true,
+ "continueOnError": false,
"alwaysRun": false,
"displayName": "Publish symbols path: \\\\cpvsbuild\\drops\\DotNetCore\\$(Build.DefinitionName)\\$(Build.BuildNumber)\\symbols",
"timeoutInMinutes": 0,
@@ -292,61 +347,6 @@
"inputs": {}
},
{
- "enabled": true,
- "continueOnError": false,
- "alwaysRun": true,
- "displayName": "Copy Publish Artifact: BuildLogs",
- "timeoutInMinutes": 0,
- "task": {
- "id": "1d341bb0-2106-458c-8422-d00bcea6512a",
- "versionSpec": "*",
- "definitionType": "task"
- },
- "inputs": {
- "CopyRoot": "",
- "Contents": "*.log\ncorefx\\*.log\ncorefx\\src\\*.log",
- "ArtifactName": "BuildLogs",
- "ArtifactType": "Container",
- "TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)"
- }
- },
- {
- "enabled": true,
- "continueOnError": true,
- "alwaysRun": false,
- "displayName": "Zip",
- "timeoutInMinutes": 0,
- "task": {
- "id": "dc66d2f0-a7ba-11e5-ae62-3deab86d85e3",
- "versionSpec": "*",
- "definitionType": "task"
- },
- "inputs": {
- "pathToZipFolder": "corefx\\bin",
- "pathToZipFile": "bin.zip",
- "overwrite": "false"
- }
- },
- {
- "enabled": true,
- "continueOnError": true,
- "alwaysRun": false,
- "displayName": "Copy Publish Artifact: bin",
- "timeoutInMinutes": 0,
- "task": {
- "id": "1d341bb0-2106-458c-8422-d00bcea6512a",
- "versionSpec": "*",
- "definitionType": "task"
- },
- "inputs": {
- "CopyRoot": "",
- "Contents": "bin.zip",
- "ArtifactName": "bin",
- "ArtifactType": "Container",
- "TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)"
- }
- },
- {
"enabled": false,
"continueOnError": true,
"alwaysRun": false,
@@ -508,7 +508,9 @@
"labelSources": "0",
"reportBuildStatus": "true",
"fetchDepth": "0",
- "gitLfsSupport": "false"
+ "gitLfsSupport": "false",
+ "skipSyncSource": "false",
+ "cleanOptions": "0"
},
"id": "0a2b2664-c1be-429c-9b40-8a24dee27a4a",
"type": "TfsGit",
@@ -538,6 +540,6 @@
"description": "Visual Studio and DevDiv team project for git source code repositories. Work items will be added for Adams, Dev14 work items are tracked in vstfdevdiv. ",
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/projects/0bdbc590-a062-4c3f-b0f6-9383f67865ee",
"state": "wellFormed",
- "revision": 418097399
+ "revision": 418097423
}
} \ No newline at end of file
diff --git a/buildpipeline/DotNet-Trusted-Tests-Publish.json b/buildpipeline/DotNet-Trusted-Tests-Publish.json
index 6bf96de490..b794ec6ab2 100644
--- a/buildpipeline/DotNet-Trusted-Tests-Publish.json
+++ b/buildpipeline/DotNet-Trusted-Tests-Publish.json
@@ -259,6 +259,6 @@
"description": "Visual Studio and DevDiv team project for git source code repositories. Work items will be added for Adams, Dev14 work items are tracked in vstfdevdiv. ",
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/projects/0bdbc590-a062-4c3f-b0f6-9383f67865ee",
"state": "wellFormed",
- "revision": 418097399
+ "revision": 418097423
}
} \ No newline at end of file
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index 6c5c0ac28d..803fa46f86 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -532,6 +532,20 @@
"TestContainerSuffix": "windows81",
"ConfigurationGroup": "Release"
}
+ },
+ {
+ "Name": "DotNet-CoreFx-Trusted-Windows-Build-Test",
+ "Parameters": {
+ "FuncTestsDisabled": "true",
+ "Performance": "true",
+ "TargetQueue": "Windows.81.Amd64.Perf",
+ "TestContainerSuffix": "windows81perf"
+ },
+ "ReportingParameters": {
+ "TargetQueue": "Windows.81.Amd64.Perf",
+ "TestContainerSuffix": "windows81perf",
+ "ConfigurationGroup": "Release"
+ }
}
],
"DependsOn": [
@@ -648,6 +662,23 @@
{
"Name": "DotNet-CoreFx-Trusted-Windows-Build-Test",
"Parameters": {
+ "FuncTestsDisabled": "true",
+ "Performance": "true",
+ "TargetQueue": "Ubuntu.1404.Amd64.Perf",
+ "TestContainerSuffix": "ubuntu1404perf",
+ "TestNugetRuntimeId": "ubuntu.14.04-x64"
+ },
+ "ReportingParameters": {
+ "TargetQueue": "Ubuntu.1404.Amd64.Perf",
+ "TestContainerSuffix": "ubuntu1404perf",
+ "TestNugetRuntimeId": "ubuntu.14.04-x64",
+ "Type": "build/tests/",
+ "ConfigurationGroup": "Release"
+ }
+ },
+ {
+ "Name": "DotNet-CoreFx-Trusted-Windows-Build-Test",
+ "Parameters": {
"TargetQueue": "Ubuntu.1604.Amd64",
"TestContainerSuffix": "ubuntu1604",
"TestNugetRuntimeId": "ubuntu.16.04-x64"