From 3fb53018fa99be68136cf3c08b2e5751d3dd3cda Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Mon, 8 Mar 2021 13:40:08 -0800 Subject: [PATCH] Disable cron scheduling of JIT stress jobs in 6.0 preview1 We continue to see AzDO pipeline runs in the 6.0 preview branches (and we don't want to see that, especially if there are no changes). Remove the scheduling configuration entirely to prevent this. --- eng/pipelines/coreclr/jitstress.yml | 14 -------------- eng/pipelines/coreclr/libraries-jitstress.yml | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/eng/pipelines/coreclr/jitstress.yml b/eng/pipelines/coreclr/jitstress.yml index 00cd2d1705b3a3..6339302cd3faad 100644 --- a/eng/pipelines/coreclr/jitstress.yml +++ b/eng/pipelines/coreclr/jitstress.yml @@ -1,19 +1,5 @@ trigger: none -schedules: -- cron: "0 4 * * *" - displayName: Daily at 8:00 PM (UTC-8:00) - branches: - include: - - master - always: true -- cron: "0 4 * * *" - displayName: Daily (if changes) at 8:00 PM (UTC-8:00) - branches: - include: - - release/*.* - always: false - jobs: - template: /eng/pipelines/common/platform-matrix.yml diff --git a/eng/pipelines/coreclr/libraries-jitstress.yml b/eng/pipelines/coreclr/libraries-jitstress.yml index 75115de984307e..eff1c85593dd79 100644 --- a/eng/pipelines/coreclr/libraries-jitstress.yml +++ b/eng/pipelines/coreclr/libraries-jitstress.yml @@ -1,19 +1,5 @@ trigger: none -schedules: -- cron: "0 7 * * *" - displayName: Daily at 11:00 PM (UTC-8:00) - branches: - include: - - master - always: true -- cron: "0 7 * * *" - displayName: Daily (if changes) at 11:00 PM (UTC-8:00) - branches: - include: - - release/*.* - always: false - jobs: #