ci(docs-infra): re-use `setup` CircleCI job in `aio_monitoring` (#30110)
PR Close #30110
This commit is contained in:
parent
531fcaa99a
commit
214fef2ee4
|
@ -493,9 +493,7 @@ jobs:
|
||||||
# which does not load the browser through the Bazel webtesting rules.
|
# which does not load the browser through the Bazel webtesting rules.
|
||||||
- image: *browsers_docker_image
|
- image: *browsers_docker_image
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- *attach_workspace
|
||||||
- *post_checkout
|
|
||||||
- *restore_cache
|
|
||||||
- *init_environment
|
- *init_environment
|
||||||
- run:
|
- run:
|
||||||
name: Run tests against the deployed apps
|
name: Run tests against the deployed apps
|
||||||
|
@ -691,7 +689,10 @@ workflows:
|
||||||
|
|
||||||
aio_monitoring:
|
aio_monitoring:
|
||||||
jobs:
|
jobs:
|
||||||
- aio_monitoring
|
- setup
|
||||||
|
- aio_monitoring:
|
||||||
|
requires:
|
||||||
|
- setup
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
# Runs AIO monitoring job at 00:00AM every day.
|
# Runs AIO monitoring job at 00:00AM every day.
|
||||||
|
|
Loading…
Reference in New Issue