Skip to content

Commit 0ad6cdc

Browse files
Refine superpmi-replay trigger (#61469)
Don't run if the JIT-EE GUID has changed, since there won't be any collections to download, so the downloads will fail. Also update the superpmi-asmdiffs trigger comment.
1 parent 2da44f3 commit 0ad6cdc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

eng/pipelines/coreclr/superpmi-asmdiffs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
trigger: none
33

44
# Only run on changes to the JIT directory. Don't run if the JIT-EE GUID has changed,
5-
# since the SuperPMI collections will be invalid.
5+
# since there won't be any SuperPMI collections with the new GUID until the collection
6+
# pipeline completes after this PR is merged.
67
pr:
78
branches:
89
include:

eng/pipelines/coreclr/superpmi-replay.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Only run on changes to the JIT directory. Don't run if the JIT-EE GUID has changed,
2+
# since there won't be any SuperPMI collections with the new GUID until the collection
3+
# pipeline completes.
14
trigger:
25
batch: false
36
branches:
@@ -6,6 +9,7 @@ trigger:
69
paths:
710
include:
811
- src/coreclr/jit/*
12+
exclude:
913
- src/coreclr/inc/jiteeversionguid.h
1014

1115
jobs:

0 commit comments

Comments
 (0)