This is an automated email from the git hooks/post-receive script. New commit to branch feature/init-perf-test in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit f8e72c55893517117f25c7e5d0c7ecbf9872bd42 Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 19:45:17 2020 +0200 try artillery test --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29350cec..6e700285 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,6 +227,14 @@ artillery: script: - curl -sL https://deb.nodesource.com/setup_10.x | bash - - apt-get install -y nodejs + - cd integration-test/artillery/ - npm install artillery - ./node_modules/.bin/artillery -V + - ./node_modules/.bin/artillery run normalPollConf.yml -o normalPollReport.json + - ./node_modules/.bin/artillery report normalPollReport.json - ls + artifacts: + paths: + - integration-test/artillery/normalPollReport.json + - integration-test/artillery/normalPollReport.json.html + expire_in: 4 weeks -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.