From d1731c1a44fe1e19562ccfd1d49a47a1022a061b Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Fri, 13 Dec 2024 18:32:04 +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 55a8f07..2a7c492 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,6 +36,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: @@ -55,3 +62,10 @@ workflows: requires: - python2-test - python3-test + - circle-all: + requires: + - python3-test + - python2-test + filters: + tags: + only: /.*/