From 619e516be57a18ce07fec80bd6c6625ee8b9d3bd Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Wed, 6 Apr 2022 10:29:42 -0700 Subject: [PATCH] Disable OpenSuse and Fedora until we can add them back as AzDO agents (#2983) --- diagnostics.yml | 50 ++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/diagnostics.yml b/diagnostics.yml index 4b73ab2ee5..9a1019438f 100644 --- a/diagnostics.yml +++ b/diagnostics.yml @@ -252,32 +252,32 @@ stages: _BuildConfig: Debug _BuildArch: x64 - - template: /eng/build.yml - parameters: - name: Fedora_34 - osGroup: Linux - dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-34-helix-20220331150839-4f64125 - dependsOn: CentOS_7 - testOnly: true - requiresCapPtraceContainer: true - strategy: - matrix: - Build_Debug: - _BuildConfig: Debug - _BuildArch: x64 +# - template: /eng/build.yml +# parameters: +# name: Fedora_34 +# osGroup: Linux +# dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-34-helix-20220331150839-4f64125 +# dependsOn: CentOS_7 +# testOnly: true +# requiresCapPtraceContainer: true +# strategy: +# matrix: +# Build_Debug: +# _BuildConfig: Debug +# _BuildArch: x64 - - template: /eng/build.yml - parameters: - name: OpenSuse_15_2 - osGroup: Linux - dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64-20211018152525-9cc02fe - dependsOn: CentOS_7 - testOnly: true - strategy: - matrix: - Build_Debug: - _BuildConfig: Debug - _BuildArch: x64 +# - template: /eng/build.yml +# parameters: +# name: OpenSuse_15_2 +# osGroup: Linux +# dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64-20211018152525-9cc02fe +# dependsOn: CentOS_7 +# testOnly: true +# strategy: +# matrix: +# Build_Debug: +# _BuildConfig: Debug +# _BuildArch: x64 - template: /eng/build.yml parameters: