Skip to content

Commit 771c124

Browse files
authored
Disable Fedora test leg (dotnet#5836)
Official builds have been failing because the fedora leg has been timing out at opening dumps. Disable to get builds going but it warrants investigation.
1 parent ddb7e28 commit 771c124

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

diagnostics.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -251,21 +251,21 @@ extends:
251251
- configuration: Debug
252252
architecture: x64
253253

254-
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
255-
- template: /eng/pipelines/build.yml
256-
parameters:
257-
jobTemplate: ${{ variables.jobTemplate }}
258-
name: Fedora_43
259-
osGroup: Linux
260-
container: test_fedora
261-
dependsOn: Linux
262-
testOnly: true
263-
buildConfigs:
264-
- configuration: Release
265-
architecture: x64
266-
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
267-
- configuration: Debug
268-
architecture: x64
254+
# - ${{ if ne(variables['System.TeamProject'], 'public') }}:
255+
# - template: /eng/pipelines/build.yml
256+
# parameters:
257+
# jobTemplate: ${{ variables.jobTemplate }}
258+
# name: Fedora_43
259+
# osGroup: Linux
260+
# container: test_fedora
261+
# dependsOn: Linux
262+
# testOnly: true
263+
# buildConfigs:
264+
# - configuration: Release
265+
# architecture: x64
266+
# - ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
267+
# - configuration: Debug
268+
# architecture: x64
269269

270270
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
271271
- stage: package

0 commit comments

Comments
 (0)