diff --git a/.circleci/config.yml b/.circleci/config.yml index d47e9423..0be8e121 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,7 +40,7 @@ deploy_steps: &deploy_steps ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME} jobs: - test: + UnitTests: docker: - image: circleci/node:12.16.1 - image: circleci/postgres:9.6.2-alpine @@ -144,13 +144,19 @@ workflows: version: 2 Connect Project Services: jobs: + - UnitTests: + context : org-global - deployDev: context : org-global + requires: + - UnitTests filters: branches: only: ['develop', 'connect-performance-testing'] - deployProd: context : org-global + requires: + - UnitTests filters: branches: only: ['master'] diff --git a/src/test/jmeter/15UV Ultimate Thread-Group.jmx b/src/test/jmeter/15UV Ultimate Thread-Group.jmx index 2135f040..fb616889 100644 --- a/src/test/jmeter/15UV Ultimate Thread-Group.jmx +++ b/src/test/jmeter/15UV Ultimate Thread-Group.jmx @@ -204,6 +204,10 @@ start up time/ramp-up time = Shutdown time/ramp-down time of the previous record + + 100 + +