Skip to content

Commit

Permalink
CI: Don't run runtime.yml on perf pipeline specific changes (dotnet#9…
Browse files Browse the repository at this point in the history
…2608)

* CI: Don't run runtime.yml on perf pipeline changes

.. and the same for `dotnet-linker-tests` pipeline. The perf pipeline
specific files are used only by `dotnet-runtime-perf`, and
`runtime-wasm-perf` which currently do not run on PRs.

* Update eng/pipelines/runtime-linker-tests.yml

Co-authored-by: Parker Bibus <[email protected]>

* Update eng/pipelines/runtime.yml

Co-authored-by: Parker Bibus <[email protected]>

---------

Co-authored-by: Parker Bibus <[email protected]>
  • Loading branch information
radical and LoopedBard3 authored Sep 25, 2023
1 parent b945aed commit 6ed57ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/runtime-linker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ trigger:
- LICENSE.TXT
- PATENTS.TXT
- THIRD-PARTY-NOTICES.TXT
- eng/pipelines/coreclr/perf*yml
- eng/pipelines/coreclr/templates/build-perf*
- eng/pipelines/coreclr/templates/perf-job.yml
- eng/pipelines/coreclr/templates/run-perf*
- eng/testing/performance/*

schedules:
- cron: "0 7,19 * * *" # run at 7:00 and 19:00 (UTC) which is 23:00 and 11:00 (PST).
Expand Down
5 changes: 5 additions & 0 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ trigger:
- LICENSE.TXT
- PATENTS.TXT
- THIRD-PARTY-NOTICES.TXT
- eng/pipelines/coreclr/perf*yml
- eng/pipelines/coreclr/templates/build-perf*
- eng/pipelines/coreclr/templates/perf-job.yml
- eng/pipelines/coreclr/templates/run-perf*
- eng/testing/performance/*

schedules:
- cron: "0 8,20 * * *" # run at 8:00 and 20:00 (UTC) which is 00:00 and 12:00 (PST).
Expand Down

0 comments on commit 6ed57ec

Please sign in to comment.