Skip to content

Commit

Permalink
Disable scheduled runs for libraries gcstress runs
Browse files Browse the repository at this point in the history
There are currently too many failures in these jobs
so we don't want to run them on a schedule yet.
  • Loading branch information
BruceForstall committed Jul 8, 2020
1 parent 93a126b commit 817adc7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions eng/pipelines/coreclr/libraries-gcstress-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ trigger: none

pr: none

schedules:
- cron: "0 10 * * 0"
displayName: Sun at 2:00 AM (UTC-8:00)
branches:
include:
- master
always: true
# This pipeline currently has too many failures to be enabled by schedule.
# schedules:
# - cron: "0 10 * * 0"
# displayName: Sun at 2:00 AM (UTC-8:00)
# branches:
# include:
# - master
# always: true

jobs:
#
Expand Down
15 changes: 8 additions & 7 deletions eng/pipelines/coreclr/libraries-gcstress0x3-gcstress0xc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ trigger: none

pr: none

schedules:
- cron: "0 10 * * 6"
displayName: Sat at 2:00 AM (UTC-8:00)
branches:
include:
- master
always: true
# This pipeline currently has too many failures to be enabled by schedule.
# schedules:
# - cron: "0 10 * * 6"
# displayName: Sat at 2:00 AM (UTC-8:00)
# branches:
# include:
# - master
# always: true

jobs:
#
Expand Down

0 comments on commit 817adc7

Please sign in to comment.