branch feature/init-perf-test updated (79a4057f -> f8e72c55)
This is an automated email from the git hooks/post-receive script. New change to branch feature/init-perf-test in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 79a4057f try ci conf new f8e72c55 try artillery test The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f8e72c55893517117f25c7e5d0c7ecbf9872bd42 Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 19:45:17 2020 +0200 try artillery test Summary of changes: .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm