From be91824c5befe4e5819b86550b9199f5df12afa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Og=C3=BCn=20Y=C3=B6r=C3=BCk?= <59279577+barisoyoruk@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:52:21 +0100 Subject: [PATCH] trigger antithesis after each release (#7292) --- .circleci/config.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ae82b92a82a..075d6d1ace2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,16 +104,6 @@ jobs: - attach_workspace: { at: . } - run: ./gradlew --scan --profile --stacktrace --continue publishToMavenLocal - trigger-antithesis-simulation: - machine: - image: ubuntu-2204:2023.10.1 - resource_class: small - - steps: - - checkout - - run: - command: ./scripts/circle-ci/trigger-antithesis-simulation.sh - deploy: docker: - image: cimg/openjdk:11.0.10-node @@ -151,6 +141,7 @@ jobs: # hack - notion of "owners" isn't supported in Circle 2 if [ $CIRCLE_PROJECT_USERNAME = 'palantir' ] && [ -z $CIRCLE_PR_NUMBER ] && [ $CIRCLE_TAG ]; then ./scripts/circle-ci/publish-images-to-antithesis.sh + ./scripts/circle-ci/trigger-antithesis-simulation.sh fi circle-all: @@ -160,15 +151,6 @@ jobs: - run: {command: echo "All required jobs finished successfully"} workflows: - scheduled-antithesis-simulation: - jobs: - - trigger-antithesis-simulation - triggers: - - schedule: - cron: "0 10 * * 1" # Every Monday 10am - filters: - branches: - only: develop check: jobs: - build: