docs: temporary disable aio_monitoring job due to a version skew (#30102)

Redirects that were updated in 24c61cb63e1b3cb0ad3c031ab5eaa418cbec4bed break the aio_monitoring CircleCI job, since we run the tests against the production angular.io site (that doesn't have the latest redirects config yet).

This change temporary disables the aio_monitoring job to avoid failures for other PRs. The problem will be resolved and the job will be enabled in followup PRs.

PR Close #30102
This commit is contained in:
Andrew Kushnir 2019-04-24 17:41:05 -07:00
parent e720675f8b
commit a400429faa

View File

@ -689,17 +689,19 @@ workflows:
cron: "0 * * * *" cron: "0 * * * *"
filters: *publish_branches_filter filters: *publish_branches_filter
aio_monitoring: # This job is currently disabled due to a version skew problem.
jobs: # More info is available here: https://github.com/angular/angular/issues/30101
- aio_monitoring # aio_monitoring:
triggers: # jobs:
- schedule: # - aio_monitoring
# Runs AIO monitoring job at 00:00AM every day. # triggers:
cron: "0 0 * * *" # - schedule:
filters: # # Runs AIO monitoring job at 00:00AM every day.
branches: # cron: "0 0 * * *"
only: # filters:
- master # branches:
# only:
# - master
# TODO: # TODO:
# - don't build the g3 branch # - don't build the g3 branch