Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/126947

Change subject: Make bundle install verbose!
......................................................................

Make bundle install verbose!

Helps diagnosis when looking at Jenkins console output.

Change-Id: Ie2f17996e601b87ddfac1112d24daa8bd763a4b8
---
M job_template.yaml
1 file changed, 7 insertions(+), 7 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/47/126947/1

diff --git a/job_template.yaml b/job_template.yaml
index 127bf92..f9f6fde 100644
--- a/job_template.yaml
+++ b/job_template.yaml
@@ -65,7 +65,7 @@
           # install ruby dependencies
           gem install bundler --no-ri --no-rdoc
           cd {folder}/browser/
-          bundle install
+          bundle install --verbose --verbose
 
           # run tests
           bundle exec cucumber --backtrace --verbose --format pretty --format 
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} || (echo 
-e "\nJob has failed (exit code: $?)."; false)
@@ -104,7 +104,7 @@
           # install ruby dependencies
           gem install bundler --no-ri --no-rdoc
           cd {folder}/browser/
-          bundle install
+          bundle install --verbose
 
           # run tests
           bundle exec cucumber --backtrace --verbose --format pretty --format 
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} --tags 
@{browser} || (echo -e "\nJob has failed (exit code: $?)."; false)
@@ -143,7 +143,7 @@
           # install ruby dependencies
           gem install bundler --no-ri --no-rdoc
           cd {folder}/browser/
-          bundle install
+          bundle install --verbose
 
           # run tests
           bundle exec cucumber --backtrace --verbose --format pretty --format 
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} --tags 
@{browser} || (echo -e "\nJob has failed (exit code: $?)."; false)
@@ -182,7 +182,7 @@
           # install ruby dependencies
           gem install bundler --no-ri --no-rdoc
           cd {folder}/browser/
-          bundle install
+          bundle install --verbose
 
           # run tests
           bundle exec cucumber --backtrace --verbose --format pretty --format 
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} || (echo 
-e "\nJob has failed (exit code: $?)."; false)
@@ -267,7 +267,7 @@
           # install ruby dependencies
           gem install bundler --no-ri --no-rdoc
           cd {folder}/browser/
-          bundle install
+          bundle install --verbose
 
           # run tests
           bundle exec cucumber --backtrace --verbose --format pretty --format 
Cucumber::Formatter::Sauce --out reports/junit 
features/verify_production_wikis.feature || (echo -e "\nJob has failed (exit 
code: $?)."; false)
@@ -306,7 +306,7 @@
           # install ruby dependencies
           gem install bundler --no-ri --no-rdoc
           cd tests/browser/
-          bundle install
+          bundle install --verbose
 
           # run tests
           bundle exec cucumber --backtrace --verbose --format pretty --format 
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} || (echo 
-e "\nJob has failed (exit code: $?)."; false)
@@ -352,7 +352,7 @@
           # install ruby dependencies
           gem install bundler --no-ri --no-rdoc
           cd {folder}/browser/
-          bundle install
+          bundle install --verbose
 
           # run tests
           bundle exec cucumber --backtrace --verbose --format pretty --format 
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} --tags 
@$BROWSER_TAG || (echo -e "\nJob has failed (exit code: $?)."; false)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie2f17996e601b87ddfac1112d24daa8bd763a4b8
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: cloudbees
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to