From 214fef2ee41665e106fcbdcfa81103dd20535c83 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Thu, 25 Apr 2019 13:41:46 +0300 Subject: [PATCH] ci(docs-infra): re-use `setup` CircleCI job in `aio_monitoring` (#30110) PR Close #30110 --- .circleci/config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f59748f4a0..ceaa06fbdb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.