branch feature/init-perf-test updated (4d405b76 -> a306f817)
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 omits 4d405b76 try ci conf omits 9a63fc92 try ci conf omits dbfd5644 try ci conf omits a52af198 ok, do not try npm install -g omits 8563613b try ci conf omits 644edd03 try ci conf new a306f817 try ci conf This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (4d405b76) \ N -- N -- N refs/heads/feature/init-perf-test (a306f817) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. 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 a306f817d1eafc6282a133d0157d49333f3ec246 Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 17:42:10 2020 +0200 try ci conf Summary of changes: .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) -- 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 a306f817d1eafc6282a133d0157d49333f3ec246 Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 17:42:10 2020 +0200 try ci conf --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f14c73d1..fa7b3311 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,13 @@ pages: - mkdocs build - mv site public +artillery: + image: registry.nuiton.org/chorem/pollen:latest + stage: integration + when : manual + script: + - apt-get install -y nodejs + - npm install artillery + - ./node_modules/.bin/artillery -V + - ls -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm