ci(docs-infra): re-use `setup` CircleCI job in `aio_monitoring` (#30110)

PR Close #30110
This commit is contained in:
George Kalpakas 2019-04-25 13:41:46 +03:00 committed by Andrew Kushnir
parent 531fcaa99a
commit 214fef2ee4
1 changed files with 5 additions and 4 deletions

View File

@ -493,9 +493,7 @@ jobs:
# which does not load the browser through the Bazel webtesting rules.
- image: *browsers_docker_image
steps:
- checkout
- *post_checkout
- *restore_cache
- *attach_workspace
- *init_environment
- run:
name: Run tests against the deployed apps
@ -691,7 +689,10 @@ workflows:
aio_monitoring:
jobs:
- aio_monitoring
- setup
- aio_monitoring:
requires:
- setup
triggers:
- schedule:
# Runs AIO monitoring job at 00:00AM every day.