From c4837313ef86fcb1893dc765f8ec3db5453b35bc Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Mon, 8 Mar 2021 13:34:48 -0800 Subject: [PATCH] Remove release build cron triggers from jitstress jobs We need to make per-preview decisions about when and how frequently to run non-baseline jobs. We don't want the existing configuration to automatically flow to new previews. --- eng/pipelines/coreclr/jitstress.yml | 6 ------ eng/pipelines/coreclr/libraries-jitstress.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/eng/pipelines/coreclr/jitstress.yml b/eng/pipelines/coreclr/jitstress.yml index da704d0144e1e4..f1f50f97b66abd 100644 --- a/eng/pipelines/coreclr/jitstress.yml +++ b/eng/pipelines/coreclr/jitstress.yml @@ -7,12 +7,6 @@ schedules: include: - main always: true -- cron: "0 4 * * *" - displayName: Daily (if changes) at 8:00 PM (UTC-8:00) - branches: - include: - - release/*.* - always: false jobs: diff --git a/eng/pipelines/coreclr/libraries-jitstress.yml b/eng/pipelines/coreclr/libraries-jitstress.yml index 6e611057302cca..b994f69517ea14 100644 --- a/eng/pipelines/coreclr/libraries-jitstress.yml +++ b/eng/pipelines/coreclr/libraries-jitstress.yml @@ -7,12 +7,6 @@ schedules: include: - main always: true -- cron: "0 7 * * *" - displayName: Daily (if changes) at 11:00 PM (UTC-8:00) - branches: - include: - - release/*.* - always: false jobs: