docs: temporary disable aio_monitoring job due to a version skew (#30161)
It looks like `aio_monitoring` CircleCI job is still failing. Disabling it for now to keep master green. PR Close #30161
This commit is contained in:
parent
e5c3695dbd
commit
537502d685
|
@ -712,23 +712,25 @@ 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
|
||||||
- setup
|
# aio_monitoring:
|
||||||
- aio_monitoring_stable:
|
# jobs:
|
||||||
requires:
|
# - setup
|
||||||
- setup
|
# - aio_monitoring_stable:
|
||||||
- aio_monitoring_next:
|
# requires:
|
||||||
requires:
|
# - setup
|
||||||
- setup
|
# - aio_monitoring_next:
|
||||||
triggers:
|
# requires:
|
||||||
- schedule:
|
# - setup
|
||||||
# Runs AIO monitoring jobs at 00:00AM every day.
|
# triggers:
|
||||||
cron: "0 0 * * *"
|
# - schedule:
|
||||||
filters:
|
# # Runs AIO monitoring jobs 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
|
||||||
|
|
Loading…
Reference in New Issue