jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/387062 )

Change subject: Pass --no-progress to npm install
......................................................................


Pass --no-progress to npm install

It doesn't display well in Jenkins.

Change-Id: Id6e2bcf61eb8561817c09439b24632a6d7abc953
---
M dockerfiles/npm-test/run.sh
M jjb/job-templates.yaml
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/dockerfiles/npm-test/run.sh b/dockerfiles/npm-test/run.sh
index cc315ba..4a10b0e 100644
--- a/dockerfiles/npm-test/run.sh
+++ b/dockerfiles/npm-test/run.sh
@@ -9,5 +9,5 @@
 node --version
 npm --version
 rm -rf node_modules
-npm install
+npm install --no-progress
 npm test
diff --git a/jjb/job-templates.yaml b/jjb/job-templates.yaml
index 293a7b8..15e87c4 100644
--- a/jjb/job-templates.yaml
+++ b/jjb/job-templates.yaml
@@ -174,7 +174,7 @@
      - docker-cache-dir
      - docker-ci-src-setup-simple
      - docker-run-with-log-cache-src:
-        image: 'wmfreleng/npm-test:v2017.10.28.21.15'
+        image: 'wmfreleng/npm-test:v2017.10.28.21.59'
         logdir: '/log'
     publishers:
      - archive-log-allow-empty

-- 
To view, visit https://gerrit.wikimedia.org/r/387062
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id6e2bcf61eb8561817c09439b24632a6d7abc953
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to