From d1dfb05387fd65d490a3f2c80e1d58933d030e04 Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Wed, 4 Dec 2024 11:19:08 +0000 Subject: [PATCH] Excavator: Adds the circle-all CircleCI job to repositories that do not have it --- .circleci/config.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 646350d..cf26c5b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,6 +131,13 @@ jobs: paths: [ ~/.gradle/caches ] - store_test_results: { path: ~/junit } - store_artifacts: { path: ~/artifacts } + circle-all: + docker: + - image: busybox:1.34.1 + resource_class: small + steps: + - run: + command: echo "All required jobs finished successfully" workflows: @@ -145,4 +152,11 @@ workflows: - publish: requires: [ check, trial-publish ] - filters: { tags: { only: /.*/ }, branches: { only: develop } } \ No newline at end of file + filters: { tags: { only: /.*/ }, branches: { only: develop } } + - circle-all: + requires: + - trial-publish + - check + filters: + tags: + only: /.*/