Skip to content

Commit

Permalink
Add main branch triggers to ymls (#48821)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Mar 1, 2021
1 parent d1fa8f6 commit 79ae74f
Show file tree
Hide file tree
Showing 41 changed files with 50 additions and 11 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger:
branches:
include:
- master
- main
- release/*.*
paths:
include:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/clrinterpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/crossgen2-composite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/crossgen2-gcstress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/crossgen2-outerloop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/crossgen2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/gc-longrunning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/gc-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/gcstress-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/gcstress0x3-gcstress0xc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/coreclr/ilasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pr:
branches:
include:
- master
- main
paths:
include:
- src/coreclr/ilasm/*
Expand All @@ -15,6 +16,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/jit-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/jitrollingbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger:
branches:
include:
- master
- main
paths:
include:
- src/coreclr/jit/*
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/jitstress-isas-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/jitstress-isas-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/jitstress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true
- cron: "0 4 * * 0,2,4,6"
displayName: Sun, Tue, Thu, Sat at 8:00 PM (UTC-8:00)
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/jitstress2-jitstressregs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/jitstressregs-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/jitstressregs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/libraries-gcstress-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger: none
# displayName: Sun at 2:00 AM (UTC-8:00)
# branches:
# include:
# - master
# - main
# always: true

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger: none
# displayName: Sat at 2:00 AM (UTC-8:00)
# branches:
# include:
# - master
# - main
# always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/libraries-jitstress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true
- cron: "0 7 * * 1,3,5"
displayName: Mon, Wed, Fri at 11:00 PM (UTC-8:00)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/libraries-jitstressregs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/coreclr/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger:
branches:
include:
- master
- main
- release/*
paths:
include:
Expand All @@ -28,6 +29,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/r2r-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/r2r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/runincontext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/coreclr/superpmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ trigger:
branches:
include:
- master
- main
paths:
include:
- src/coreclr/inc/jiteeversionguid.h
Expand All @@ -21,6 +22,7 @@ schedules:
branches:
include:
- master
- main
always: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/global-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pr:
branches:
include:
- master
- main
- release/*.*
paths:
include:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/libraries/enterprise/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pr:
branches:
include:
- master
- main
- release/*.*

paths:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/outerloop-mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger: none
# displayName: Outerloop scheduled build
# branches:
# include:
# - master
# - main
# - release/*.*

variables:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/libraries/outerloop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ schedules:
branches:
include:
- master
- main
- release/*.*

variables:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/libraries/stress/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ schedules:
branches:
include:
- master
- main

variables:
- template: ../variables.yml
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/libraries/stress/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ schedules:
branches:
include:
- master
- main

variables:
- template: ../variables.yml
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/runtime-linker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trigger:
branches:
include:
- master
- dev/infrastructure
- main
- release/*.*
paths:
include:
Expand All @@ -28,7 +28,7 @@ pr:
branches:
include:
- master
- dev/infrastructure
- main
- release/*.*
paths:
include:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger:
branches:
include:
- master
- main
- release/*
- internal/release/*
paths:
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/runtime-richnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger:
branches:
include:
- master
- main
- release/*.*
paths:
include:
Expand Down
3 changes: 2 additions & 1 deletion eng/pipelines/runtime-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ trigger:
branches:
include:
- master
- main
paths:
include:
- '*'
Expand All @@ -27,7 +28,7 @@ pr:
branches:
include:
- master
- dev/infrastructure
- main
- release/*.*
paths:
include:
Expand Down

0 comments on commit 79ae74f

Please sign in to comment.