diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c9f2a77af95b8215cbea416743baf624185dd6c..09180238cdf5216f656a4e0c94ca5ee81db861e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,15 +74,15 @@ Load Tests: name: peterevans/vegeta entrypoint: [""] script: - - echo "GET $API_ENDPOINT/crud" | vegeta attack -duration=3s -rate=100/s | vegeta report - - echo "PUT $API_ENDPOINT/crud" | vegeta attack -duration=3s -rate=100/s | vegeta report - - echo "PATCH $API_ENDPOINT/crud" | vegeta attack -duration=3s -rate=100/s | vegeta report - - echo "DELETE $API_ENDPOINT/crud" | vegeta attack -duration=3s -rate=100/s | vegeta report + - echo "GET $API_ENDPOINT/crud" | vegeta attack -duration=3s -rate=100/s | vegeta report + - echo "PUT $API_ENDPOINT/crud" | vegeta attack -duration=3s -rate=100/s | vegeta report + - echo "PATCH $API_ENDPOINT/crud" | vegeta attack -duration=3s -rate=100/s | vegeta report + - echo "DELETE $API_ENDPOINT/crud" | vegeta attack -duration=3s -rate=100/s | vegeta report rules: - if: '$CI_COMMIT_BRANCH =~ /^(master|production)$/' when: manual - Production Plan: +Production Plan: stage: Production Plan script: - cd deploy/