From 0ad6cdccca94a68b11f1b2676b0bb62b10d1d1e8 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Thu, 11 Nov 2021 11:41:38 -0800 Subject: [PATCH] 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. --- eng/pipelines/coreclr/superpmi-asmdiffs.yml | 3 ++- eng/pipelines/coreclr/superpmi-replay.yml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/coreclr/superpmi-asmdiffs.yml b/eng/pipelines/coreclr/superpmi-asmdiffs.yml index 40aa6531ca10c..d8835b40b8133 100644 --- a/eng/pipelines/coreclr/superpmi-asmdiffs.yml +++ b/eng/pipelines/coreclr/superpmi-asmdiffs.yml @@ -2,7 +2,8 @@ trigger: none # Only run on changes to the JIT directory. Don't run if the JIT-EE GUID has changed, -# since the SuperPMI collections will be invalid. +# since there won't be any SuperPMI collections with the new GUID until the collection +# pipeline completes after this PR is merged. pr: branches: include: diff --git a/eng/pipelines/coreclr/superpmi-replay.yml b/eng/pipelines/coreclr/superpmi-replay.yml index 90ed1896c03af..0dca4217b1838 100644 --- a/eng/pipelines/coreclr/superpmi-replay.yml +++ b/eng/pipelines/coreclr/superpmi-replay.yml @@ -1,3 +1,6 @@ +# 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. trigger: batch: false branches: @@ -6,6 +9,7 @@ trigger: paths: include: - src/coreclr/jit/* + exclude: - src/coreclr/inc/jiteeversionguid.h jobs: