From c5b109691130b0886d8919459027074dcaab675e Mon Sep 17 00:00:00 2001 From: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com> Date: Fri, 8 May 2026 10:45:41 -0700 Subject: [PATCH] Disable Fedora test leg --- diagnostics.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/diagnostics.yml b/diagnostics.yml index 3109989f2c..343d9e85e5 100644 --- a/diagnostics.yml +++ b/diagnostics.yml @@ -251,21 +251,21 @@ extends: - configuration: Debug architecture: x64 - - ${{ if ne(variables['System.TeamProject'], 'public') }}: - - template: /eng/pipelines/build.yml - parameters: - jobTemplate: ${{ variables.jobTemplate }} - name: Fedora_43 - osGroup: Linux - container: test_fedora - dependsOn: Linux - testOnly: true - buildConfigs: - - configuration: Release - architecture: x64 - - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: - - configuration: Debug - architecture: x64 + # - ${{ if ne(variables['System.TeamProject'], 'public') }}: + # - template: /eng/pipelines/build.yml + # parameters: + # jobTemplate: ${{ variables.jobTemplate }} + # name: Fedora_43 + # osGroup: Linux + # container: test_fedora + # dependsOn: Linux + # testOnly: true + # buildConfigs: + # - configuration: Release + # architecture: x64 + # - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: + # - configuration: Debug + # architecture: x64 - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - stage: package