Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
trigger antithesis after each release (#7292)
Browse files Browse the repository at this point in the history
  • Loading branch information
barisoyoruk authored Sep 30, 2024
1 parent 047ef0d commit be91824
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand 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:
Expand Down

0 comments on commit be91824

Please sign in to comment.