diff --git a/eng/pipelines/coreclr/jitstress.yml b/eng/pipelines/coreclr/jitstress.yml index 00cd2d1705b3a..6339302cd3faa 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 75115de984307..eff1c85593dd7 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: #