Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rollout] Production rollout 2022-11-09 #736

Closed
25 changes: 25 additions & 0 deletions eng/pipelines/dotnet-buildtools-prereqs-all-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
trigger: none
pr:
branches:
include:
- production

resources:
repositories:
- repository: PublicVersionsRepo
type: github
endpoint: public
name: dotnet/versions

variables:
- template: variables/common.yml

stages:
- template: ../common/templates/stages/dotnet/build-test-publish-repo.yml
parameters:
internalProjectName: ${{ variables.internalProjectName }}
publicProjectName: ${{ variables.publicProjectName }}
linuxAmdBuildJobTimeout: 360
linuxArmBuildJobTimeout: 300
customBuildInitSteps:
- template: /eng/pipelines/steps/install-cross-build-prereqs.yml
21 changes: 19 additions & 2 deletions eng/pipelines/dotnet-buildtools-prereqs-all.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
trigger: none
trigger:
branches:
include:
- production
pr: none

resources:
Expand All @@ -16,7 +19,21 @@ stages:
parameters:
internalProjectName: ${{ variables.internalProjectName }}
publicProjectName: ${{ variables.publicProjectName }}
linuxAmdBuildJobTimeout: 210
linuxAmdBuildJobTimeout: 360
linuxArmBuildJobTimeout: 300
${{ if eq(variables['System.TeamProject'], 'internal') }}:
customCopyBaseImagesInitSteps:
- template: ../../../pipelines/steps/set-base-image-override-options.yml
parameters:
variableName: customCopyBaseImagesArgs
dockerfileOs: (alpine|centos|debian|fedora|ubuntu)
baseOverrideRegistry: $(overrideRegistry) # Comes from DotNet-Docker-Common variable group
customBuildInitSteps:
- template: /eng/pipelines/steps/install-cross-build-prereqs.yml
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- template: ../../../pipelines/steps/set-base-image-override-options.yml
parameters:
variableName: imageBuilderBuildArgs
dockerfileOs: (alpine|centos|debian|fedora|ubuntu)
baseOverrideRegistry: $(overrideRegistry) # Comes from DotNet-Docker-Common variable group

1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-alpine-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
include:
- src/alpine/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- production
paths:
include:
- src/alpine/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-centos-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
include:
- src/centos/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- production
paths:
include:
- src/centos/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-debian-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
include:
- src/debian/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- production
paths:
include:
- src/debian/*
Expand Down
3 changes: 1 addition & 2 deletions eng/pipelines/dotnet-buildtools-prereqs-eng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
exclude:
- src/*
Expand All @@ -26,7 +25,7 @@ stages:
parameters:
internalProjectName: ${{ variables.internalProjectName }}
publicProjectName: ${{ variables.publicProjectName }}
linuxAmdBuildJobTimeout: 210
linuxAmdBuildJobTimeout: 360
linuxArmBuildJobTimeout: 300
customBuildInitSteps:
- template: /eng/pipelines/steps/install-cross-build-prereqs.yml
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-fedora-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
include:
- src/fedora/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- production
paths:
include:
- src/fedora/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-mariner-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
include:
- src/cbl-mariner/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-mariner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- production
paths:
include:
- src/cbl-mariner/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-nanoserver-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
include:
- src/nanoserver/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-nanoserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- production
paths:
include:
- src/nanoserver/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-opensuse-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
include:
- src/opensuse/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- production
paths:
include:
- src/opensuse/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-raspbian-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
include:
- src/raspbian/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-raspbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- production
paths:
include:
- src/raspbian/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-ubuntu-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
include:
- src/ubuntu/*
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/dotnet-buildtools-prereqs-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- production
paths:
include:
- src/ubuntu/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pr:
branches:
include:
- main
- production
paths:
include:
- src/windowsservercore/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ trigger:
branches:
include:
- main
- production
paths:
include:
- src/windowsservercore/*
Expand Down