Skip to content

Commit

Permalink
Enable matrix trimming and EOL annotations (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Oct 15, 2024
1 parent f11e5f3 commit e444ca7
Show file tree
Hide file tree
Showing 28 changed files with 23 additions and 729 deletions.
10 changes: 8 additions & 2 deletions eng/pipelines/dotnet-buildtools-prereqs-all-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
trigger: none
pr: none
pr:
branches:
include:
- main
paths:
include:
- src/*

resources:
repositories:
Expand All @@ -16,7 +22,7 @@ stages:
parameters:
internalProjectName: ${{ variables.internalProjectName }}
publicProjectName: ${{ variables.publicProjectName }}
linuxAmdBuildJobTimeout: 360
linuxAmdBuildJobTimeout: 480
linuxArmBuildJobTimeout: 300
linuxAmd64Pool:
name: NetCore-Public-XL
Expand Down
10 changes: 9 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-all.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
trigger: none
trigger:
branches:
include:
- main
paths:
include:
- src/*
pr: none

resources:
Expand All @@ -10,6 +16,8 @@ resources:

variables:
- template: /eng/pipelines/variables/common.yml@self
- name: publishEolAnnotations
value: true

extends:
template: /eng/common/templates/1es-official.yml@self
Expand Down
26 changes: 0 additions & 26 deletions eng/pipelines/dotnet-buildtools-prereqs-almalinux-pr.yml

This file was deleted.

29 changes: 0 additions & 29 deletions eng/pipelines/dotnet-buildtools-prereqs-almalinux.yml

This file was deleted.

27 changes: 0 additions & 27 deletions eng/pipelines/dotnet-buildtools-prereqs-alpine-pr.yml

This file was deleted.

30 changes: 0 additions & 30 deletions eng/pipelines/dotnet-buildtools-prereqs-alpine.yml

This file was deleted.

32 changes: 0 additions & 32 deletions eng/pipelines/dotnet-buildtools-prereqs-azurelinux-pr.yml

This file was deleted.

36 changes: 0 additions & 36 deletions eng/pipelines/dotnet-buildtools-prereqs-azurelinux.yml

This file was deleted.

28 changes: 0 additions & 28 deletions eng/pipelines/dotnet-buildtools-prereqs-centos-pr.yml

This file was deleted.

44 changes: 0 additions & 44 deletions eng/pipelines/dotnet-buildtools-prereqs-centos.yml

This file was deleted.

26 changes: 0 additions & 26 deletions eng/pipelines/dotnet-buildtools-prereqs-debian-pr.yml

This file was deleted.

43 changes: 0 additions & 43 deletions eng/pipelines/dotnet-buildtools-prereqs-debian.yml

This file was deleted.

4 changes: 4 additions & 0 deletions eng/pipelines/dotnet-buildtools-prereqs-eng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ variables:
- template: /eng/pipelines/variables/common.yml@self
- name: imageBuilder.pathArgs
value: --path '*'
# Since this pipeline is intended to test the infra, we don't want to trim the cached images from the matrix.
# This enables the entire pipeline to be exercised.
- name: trimCachedImagesForMatrix
value: false

stages:
- template: /eng/pipelines/stages/build-test-publish-repo.yml@self
Expand Down
Loading

0 comments on commit e444ca7

Please sign in to comment.