ci(docs-infra): re-enable `aio_monitoring` CircleCI job (#30110)

The job started failing for https://angular.io/, due to changes in tests
that only affected https://next.angular.io/, and was disabled in #30102.

This commit re-enables the job (since it does not block anything and it
will be fixed in a subsequent commit).

PR Close #30110
This commit is contained in:
George Kalpakas 2019-04-25 13:29:32 +03:00 committed by Andrew Kushnir
parent 8a60239ae7
commit 531fcaa99a
1 changed files with 11 additions and 13 deletions

View File

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