branch feature/init-perf-test updated (d2131092 -> 644edd03)
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 d2131092 init test-integration folder with some artillery conf new 644edd03 try ci conf 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 644edd03504279e156848583027fa5454c5553eb Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 17:42:10 2020 +0200 try ci conf Summary of changes: .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 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 644edd03504279e156848583027fa5454c5553eb Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 17:42:10 2020 +0200 try ci conf --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f14c73d1..6defc300 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -216,4 +216,13 @@ 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 + - npm install -g artillery + - artillery -V -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm