From 531fcaa99a3da7de3a6830a04161dd99d4a92826 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Thu, 25 Apr 2019 13:29:32 +0300 Subject: [PATCH] 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 --- .circleci/config.yml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a3be1de079..f59748f4a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -689,19 +689,17 @@ workflows: cron: "0 * * * *" filters: *publish_branches_filter -# This job is currently disabled due to a version skew problem. -# More info is available here: https://github.com/angular/angular/issues/30101 -# aio_monitoring: -# jobs: -# - aio_monitoring -# triggers: -# - schedule: -# # Runs AIO monitoring job at 00:00AM every day. -# cron: "0 0 * * *" -# filters: -# branches: -# only: -# - master + aio_monitoring: + jobs: + - aio_monitoring + triggers: + - schedule: + # Runs AIO monitoring job at 00:00AM every day. + cron: "0 0 * * *" + filters: + branches: + only: + - master # TODO: # - don't build the g3 branch