Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
- release/*.*
paths:
include:
- '*'
Expand Down
10 changes: 8 additions & 2 deletions eng/pipelines/coreclr/jitstress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ trigger: none
pr: none

schedules:
- cron: "0 4 * * *"
displayName: Mon through Sun at 8:00 PM (UTC-8:00)
- cron: "0 4 * * 1,3,5"
displayName: Mon, Wed, Fri at 8:00 PM (UTC-8:00)
branches:
include:
- master
always: true
- cron: "0 4 * * 0,2,4,6"
displayName: Sun, Tue, Thu, Sat at 8:00 PM (UTC-8:00)
branches:
include:
- release/*.*
always: true

jobs:
#
Expand Down
10 changes: 8 additions & 2 deletions eng/pipelines/coreclr/libraries-jitstress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ trigger: none
pr: none

schedules:
- cron: "0 7 * * *"
displayName: Mon through Sun at 11:00 PM (UTC-8:00)
- cron: "0 7 * * 0,2,4,6"
displayName: Sun, Tue, Thu, Sat at 11:00 PM (UTC-8:00)
branches:
include:
- master
always: true
- cron: "0 7 * * 1,3,5"
displayName: Mon, Wed, Fri at 11:00 PM (UTC-8:00)
branches:
include:
- release/*.*
always: true

jobs:
#
Expand Down