[Official Build] Remove FreeBSD builds (dotnet/coreclr#22451)
authorJarret Shook <jashoo@microsoft.com>
Fri, 8 Feb 2019 20:04:51 +0000 (12:04 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Feb 2019 20:04:51 +0000 (12:04 -0800)
Currently all the FreeBSD machines are offline or in an unclean state
which blocks official builds from finishing.

Commit migrated from https://github.com/dotnet/coreclr/commit/4e5df11e42457b6201545e672a2f3d1eb18e47e7

eng/pipelines/coreclr/azure-pipelines.yml
eng/platform-matrix.yml

index 4e9967f..9edfa28 100644 (file)
@@ -273,7 +273,6 @@ jobs:
       - build_Linux_musl_x64_release
       - build_Linux_rhel6_x64_release
       - build_Linux_x64_release
-      - build_FreeBSD_x64_release
       - build_OSX_x64_release
       - build_Windows_NT_x64_release
       - build_Windows_NT_x86_release
index f699177..dd41bba 100644 (file)
@@ -136,17 +136,20 @@ jobs:
 
 # FreeBSD
 
-- template: ${{ parameters.jobTemplate }}
-  parameters:
-    buildConfig: ${{ parameters.buildConfig }}
-    archType: x64
-    osGroup: FreeBSD
-    osIdentifier: FreeBSD
-    # There are no FreeBSD helix queues, so we don't run tests at the moment.
-    helixQueues:
-      asString: ''
-      asArray: []
-    ${{ insert }}: ${{ parameters.jobParameters }}
+# FreeBSD machines are currenrly offline. Re-enable in the official build when
+# the machines are healthy.
+
+# - template: ${{ parameters.jobTemplate }}
+#   parameters:
+#     buildConfig: ${{ parameters.buildConfig }}
+#     archType: x64
+#     osGroup: FreeBSD
+#     osIdentifier: FreeBSD
+#     # There are no FreeBSD helix queues, so we don't run tests at the moment.
+#     helixQueues:
+#       asString: ''
+#       asArray: []
+#     ${{ insert }}: ${{ parameters.jobParameters }}
 
 # macOS x64