Skip to content
Merged
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
16 changes: 4 additions & 12 deletions eng/pipelines/coreclr/superpmi-replay.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# This pipeline only runs on GitHub PRs, not on merges.
trigger: none

# Only run on changes to the JIT directory. Don't run if the JIT-EE GUID has changed,
# since there won't be any SuperPMI collections with the new GUID until the collection
# pipeline completes after this PR is merged.
pr:
schedules:
Copy link

Copilot AI Mar 18, 2025

Choose a reason for hiding this comment

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

Consider clarifying the timezone conversion between the cron expression '0 7 * * *' (UTC) and the displayName 'Daily at 11:00 PM (UTC-8:00)' in a comment to make the intended schedule more explicit.

Copilot uses AI. Check for mistakes.
- cron: "0 7 * * *"
displayName: Daily at 11:00 PM (UTC-8:00)
branches:
include:
- main
paths:
include:
- src/coreclr/jit/*
- src/coreclr/gcinfo/*
- src/coreclr/tools/superpmi/*
exclude:
- src/coreclr/inc/jiteeversionguid.h
always: true

variables:
- template: /eng/pipelines/common/variables.yml
Expand Down