Skip to content

Add initial release testing for outerloop and jitstress pipelines #41856

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

Merged
merged 2 commits into from
Sep 8, 2020
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