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 02bc4d347fd969f2bb3bb1fcc2174462a5f828d6 Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 17:42:10 2020 +0200 try ci conf for artillery tests --- .gitlab-ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f14c73d1..3910643a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,12 @@ stages: - pages - release - sonar +- integration build-java: image: registry.nuiton.org/codelutin/dockerfiles:debian-dev-java8 stage: build + when : manual script: - mvn --version - mvn install @@ -21,6 +23,7 @@ build-java: build-js: image: registry.nuiton.org/codelutin/dockerfiles:nodejs10 stage: build + when : manual script: - cd pollen-ui-riot-js; npm install - ./node_modules/.bin/eslint --ext .js,.tag.html src/main/ @@ -216,4 +219,22 @@ pages: - mkdocs build - mv site public +artillery: + image: registry.nuiton.org/chorem/pollen:latest + stage: integration + when : manual + script: + - curl -sL https://deb.nodesource.com/setup_10.x | bash - + - apt-get install -y nodejs + - cd integration-tests/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-tests/artillery/normalPollReport.json + - integration-tests/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>.