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
4 changes: 1 addition & 3 deletions eng/pipelines/coreclr/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ trigger:
- eng/pipelines/libraries/*
- eng/pipelines/runtime.yml


pr: none
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we ever want this pipeline to be triggerable?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or is that the outerloop pipeline?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, ci.yml corresponds to the "runtime-coreclr outerloop" pipeline. I think we should rename the YAML script to "outerloop.yml", this is an endless cause of confusion.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I proposed to rename it before as well. However, if we rename it now, we will need to port that to release/5.0 and release/5.0-rc2 branch.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's just busywork. I would say let's leave this for a more suitable time when there are no porting concerns.


jobs:

#
# Checkout repository
#
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/coreclr/crossgen2-composite.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
trigger: none

pr: none

schedules:
- cron: "0 6 * * *"
displayName: Mon through Sun at 10:00 PM (UTC-8:00)
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/coreclr/crossgen2-gcstress.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
trigger: none

pr: none

schedules:
- cron: "0 6 * * 0,1"
displayName: Sat and Sun at 10:00 PM (UTC-8:00)
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/coreclr/crossgen2-outerloop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
trigger: none

pr: none

schedules:
- cron: "0 7 * * 0,2,4"
displayName: Sun, Tue, Thu at 11:00 PM (UTC-8:00)
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/coreclr/crossgen2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
trigger: none

pr: none

schedules:
- cron: "0 6 * * *"
displayName: Mon through Sun at 10:00 PM (UTC-8:00)
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/coreclr/ilasm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
trigger: none

pr: none

schedules:
- cron: "0 19 * * 6"
displayName: Sat at 11:00 AM (UTC-8:00)
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/coreclr/jit-experimental.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
trigger: none

pr: none

schedules:
- cron: "0 22 * * 0,6"
displayName: Sun at 2:00 PM (UTC-8:00)
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/coreclr/r2r-extra.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
trigger: none

pr: none

schedules:
- cron: "0 2 * * 0,1"
displayName: Sat and Sun at 6:00 PM (UTC-8:00)
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/coreclr/r2r.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
trigger: none

pr: none

schedules:
- cron: "0 5 * * *"
displayName: Mon through Sun at 9:00 PM (UTC-8:00)
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/coreclr/runincontext.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
trigger: none

pr: none

schedules:
- cron: "0 13 * * 6,0"
displayName: Sat and Sun at 5:00 AM (UTC-8:00)
Expand Down