[release/5.0] Add release/5.0 pipeline runs (#27533)

- run aspnetcore-helix-matrix at 09:00 UTC
  - the first run of master starts at noon UTC
  - looks highly unlikely new run would take 3 hours
- add rolling builds of aspnetcore-quarantined-pr

nit: make target branches for PR builds explicit
- we don't support Helix testing of 3.1 or older
This commit is contained in:
Doug Bunting 2020-11-10 09:47:00 -08:00 committed by GitHub
parent 80482fb96d
commit 7c27e11156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -2,11 +2,17 @@
pr: none pr: none
trigger: none trigger: none
schedules: schedules:
# Cron timezone is UTC.
- cron: "0 */12 * * *" - cron: "0 */12 * * *"
branches: branches:
include: include:
- master - master
always: true always: true
- cron: "0 9 * * *"
branches:
include:
- release/5.0
always: false
variables: variables:
- ${{ if ne(variables['System.TeamProject'], 'internal') }}: - ${{ if ne(variables['System.TeamProject'], 'internal') }}:

View File

@ -4,6 +4,14 @@ trigger:
branches: branches:
include: include:
- master - master
- release/5.0
pr:
autoCancel: true
branches:
include:
- master
- release/5.0
schedules: schedules:
- cron: "0 */4 * * *" - cron: "0 */4 * * *"