diff --git a/.circleci/config.yml b/.circleci/config.yml index a29b76110..77942273b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -405,7 +405,7 @@ jobs: circleci step halt fi - run: - name: Trigger Github Action for new Docker Container + name: Trigger Github Action for new Docker Container + Trigger Stable Release Testing command: | echo "Install TOML package." python3 -m pip install toml @@ -416,7 +416,8 @@ jobs: -H "Authorization: Bearer $GITHUB_TOKEN" \ "https://api.github.com/repos/BerriAI/litellm/actions/workflows/ghcr_deploy.yml/dispatches" \ -d "{\"ref\":\"main\", \"inputs\":{\"tag\":\"v${VERSION}\", \"commit_hash\":\"$CIRCLE_SHA1\"}}" - + echo "triggering stable release server for version ${VERSION} and commit ${CIRCLE_SHA1}" + curl -X POST "https://proxyloadtester-production.up.railway.app/start/load/test?version=${VERSION}&commit_hash=${CIRCLE_SHA1}" workflows: version: 2 build_and_test: