Imported Upstream version 5.16.0.100

Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-08-07 15:19:03 +00:00
parent 0a9828183b
commit 7d7f676260
4419 changed files with 170950 additions and 90273 deletions

View File

@@ -1,5 +1,26 @@
{
"build": [
{
"environment": {},
"enabled": true,
"continueOnError": true,
"displayName": "run begin.sh",
"timeoutInMinutes": 0,
"alwaysRun": true,
"task": {
"id": "10f1f9a1-74b0-47ab-87bf-e3c9c68e8b0d",
"versionSpec": "0.*",
"definitionType": "task"
},
"inputs": {
"type": "InlineScript",
"scriptPath": "",
"args": "",
"cwd": "",
"failOnStandardError": "false",
"script": "if [ -f \"$AGENTTOOLSPATH/begin.sh\" ]; then echo \"$AGENTTOOLSPATH/begin.sh script found. Executing...\"; $AGENTTOOLSPATH/begin.sh ; else echo \"$AGENTTOOLSPATH/begin.sh script does not exist. Moving on.\" ; fi"
}
},
{
"environment": {},
"enabled": true,
@@ -79,7 +100,9 @@
}
},
{
"environment": {},
"environment": {
"PACKAGEVERSIONPROPSURL": "$(PB_PackageVersionPropsUrl)"
},
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
@@ -175,7 +198,7 @@
},
"inputs": {
"filename": "$(Agent.BuildDirectory)/s/corefx/Tools/msbuild.sh",
"arguments": "$(Agent.BuildDirectory)/s/corefx/src/upload-tests.proj $(PB_CreateHelixArguments) /p:\"CloudDropAccountName=$(PB_CloudDropAccountName)\" /p:\"CloudResultsAccountName=$(PB_CloudResultsAccountName)\" /p:\"CloudDropAccessToken=$(CloudDropAccessToken)\" /p:\"CloudResultsAccessToken=$(OutputCloudResultsAccessToken)\" /p:\"HelixApiAccessKey=$(HelixApiAccessKey)\" /p:HelixApiEndpoint=$(PB_HelixApiEndPoint) /p:\"Branch=$(SourceBranch)\" /p:\"TargetQueues=$(PB_TargetQueue)\" /p:\"OfficialBuildId=$(OfficialBuildId)\"",
"arguments": "$(Agent.BuildDirectory)/s/corefx/src/upload-tests.proj $(PB_CreateHelixArguments) /p:\"CloudDropAccountName=$(PB_CloudDropAccountName)\" /p:\"CloudResultsAccountName=$(PB_CloudResultsAccountName)\" /p:\"CloudDropAccessToken=$(CloudDropAccessToken)\" /p:\"CloudResultsAccessToken=$(OutputCloudResultsAccessToken)\" /p:\"HelixApiAccessKey=$(HelixApiAccessKey)\" /p:HelixApiEndpoint=$(PB_HelixApiEndPoint) /p:\"Branch=$(SourceBranch)\" /p:\"TargetQueues=$(PB_TargetQueue)\" /p:\"OfficialBuildId=$(OfficialBuildId)\" /p:\"ProductBuildId=$(ProductBuildId)\"",
"workingFolder": "",
"failOnStandardError": "false"
}
@@ -245,6 +268,27 @@
"Parallel": "false",
"ParallelCount": "8"
}
},
{
"environment": {},
"enabled": true,
"continueOnError": true,
"displayName": "run end.sh",
"timeoutInMinutes": 0,
"alwaysRun": true,
"task": {
"id": "10f1f9a1-74b0-47ab-87bf-e3c9c68e8b0d",
"versionSpec": "0.*",
"definitionType": "task"
},
"inputs": {
"type": "InlineScript",
"scriptPath": "",
"args": "",
"cwd": "",
"failOnStandardError": "false",
"script": "if [ -f \"$AGENTTOOLSPATH/end.sh\" ]; then echo \"$AGENTTOOLSPATH/end.sh script found. Executing...\"; $AGENTTOOLSPATH/end.sh ; else echo \"$AGENTTOOLSPATH/end.sh script does not exist. Moving on.\" ; fi"
}
}
],
"options": [
@@ -291,10 +335,22 @@
"value": null,
"isSecret": true
},
"OutputCloudResultsAccessToken": {
"value": null,
"isSecret": true
},
"HelixApiAccessKey": {
"value": null,
"isSecret": true
},
"OfficialBuildId": {
"value": "$(Build.BuildNumber)",
"allowOverride": true
},
"ProductBuildId": {
"value": "",
"allowOverride": true
},
"PB_Label": {
"value": "$(Build.BuildNumber)",
"allowOverride": true
@@ -315,7 +371,8 @@
"allowOverride": true
},
"PB_VsoCorefxGitUrl": {
"value": "https://github.com/dotnet/corefx"
"value": "https://github.com/dotnet/corefx",
"isSecret": true
},
"PB_BuildArguments": {
"value": "-buildArch=x64 -Release",
@@ -338,13 +395,16 @@
"allowOverride": true
},
"PB_PackageVersionPropsUrl": {
"value": ""
"value": "",
"isSecret": true
},
"PACKAGEVERSIONPROPSURL": {
"value": "$(PB_PackageVersionPropsUrl)"
"PB_RestoreSource": {
"value": "",
"isSecret": true
},
"PB_AssetRootUrl": {
"value": ""
"value": "",
"isSecret": true
}
},
"demands": [
@@ -367,7 +427,7 @@
],
"buildNumberFormat": "$(date:yyyyMMdd)$(rev:-rr)",
"jobAuthorizationScope": "projectCollection",
"jobTimeoutInMinutes": 60,
"jobTimeoutInMinutes": 120,
"jobCancelTimeoutInMinutes": 5,
"repository": {
"properties": {
@@ -413,4 +473,4 @@
"revision": 418098432,
"visibility": "organization"
}
}
}