From 0df1e9670f72b313e5459b61d0d724e847f55506 Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Fri, 25 Oct 2024 14:47:23 +0000 Subject: [PATCH] Excavator: Adds the circle-all CircleCI job to repositories that do not have it --- .circleci/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4beef059..25259a47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,6 +39,13 @@ jobs: steps: - checkout - run: ./scripts/circle/pypi.sh + circle-all: + docker: + - image: busybox:1.34.1 + resource_class: small + steps: + - run: + command: echo "All required jobs finished successfully" workflows: @@ -58,3 +65,10 @@ workflows: requires: - python2-test - python3-test + - circle-all: + requires: + - python3-test + - python2-test + filters: + tags: + only: /.*/