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:
authorDan Moseley <danmose@microsoft.com>2017-03-30 02:03:53 +0300
committerGitHub <noreply@github.com>2017-03-30 02:03:53 +0300
commit1e987c449a6ef314b7a961a0a9bb04c964416032 (patch)
treeb0d92fa04e9b9b42762ee4a642b55d805013557e /buildpipeline
parent26cb2000aa6fe71283c42c4954bf01d71c2a7406 (diff)
Fix test by fixing Fedora version checks (#17654)
* Fix test by adding F25 * remove comment * Centralize check * Simplify check * extra line * Stop fedora 23- EOL * update readme to remove 23 * Remove Fedora23 checks from tests * Remove fedora 23 from pipeline * Tighten condition to match before * Turns out Fedora does produce [3]
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipeline.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index adbf72f4ac..deadeeba1c 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -34,18 +34,6 @@
{
"Name": "DotNet-CoreFx-Trusted-Linux",
"Parameters": {
- "PB_DockerTag": "fedora23_prereqs",
- "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:\"EnableCloudTest=false\" /p:\"TestProduct=corefx /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Linux\""
- },
- "ReportingParameters": {
- "OperatingSystem": "Fedora 23",
- "Type": "build/product/",
- "ConfigurationGroup": "Release"
- }
- },
- {
- "Name": "DotNet-CoreFx-Trusted-Linux",
- "Parameters": {
"PB_DockerTag": "fedora24_prereqs_v4",
"PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:\"EnableCloudTest=false\" /p:\"TestProduct=corefx /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Linux\""
},
@@ -420,18 +408,6 @@
{
"Name": "DotNet-CoreFx-Trusted-Linux",
"Parameters": {
- "PB_DockerTag": "fedora23_prereqs",
- "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Debug /p:\"EnableCloudTest=false\" /p:\"TestProduct=corefx /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Linux\""
- },
- "ReportingParameters": {
- "OperatingSystem": "Fedora 23",
- "Type": "build/product/",
- "ConfigurationGroup": "Debug"
- }
- },
- {
- "Name": "DotNet-CoreFx-Trusted-Linux",
- "Parameters": {
"PB_DockerTag": "fedora24_prereqs_v4",
"PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Debug /p:\"EnableCloudTest=false\" /p:\"TestProduct=corefx /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Linux\""
},