<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27492">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">what-jenkins-does: Pass V=1 through to abuild<br><br>Even though we were setting V=1 in the build, this wasn't getting passed<br>to abuild, so the builds there didn't have additional debug information.<br>That made it difficult to debug issues on the builder. This sets the<br>verbose flag for abuild if V=1 is set.<br><br>Change-Id: Id9ec50add9693a6c36ffdb5c78d148d0fc012549<br>Signed-off-by: Martin Roth <gaumless@gmail.com><br>---<br>M util/testing/Makefile.inc<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/27492/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc</span><br><span>index 839580e..595e8e3 100644</span><br><span>--- a/util/testing/Makefile.inc</span><br><span>+++ b/util/testing/Makefile.inc</span><br><span>@@ -84,8 +84,8 @@</span><br><span> what-jenkins-does:</span><br><span>   util/lint/lint lint-stable --junit</span><br><span>   util/lint/lint lint-extended --junit</span><br><span style="color: hsl(0, 100%, 40%);">-    util/abuild/abuild -B -J $(if $(JENKINS_NOCCACHE),,-y) -c $(CPUS) -z -p $(JENKINS_PAYLOAD) -x -X $(top)/abuild-chromeos.xml</span><br><span style="color: hsl(0, 100%, 40%);">-     util/abuild/abuild -B -J $(if $(JENKINS_NOCCACHE),,-y) -c $(CPUS) -z -p $(JENKINS_PAYLOAD)</span><br><span style="color: hsl(120, 100%, 40%);">+    util/abuild/abuild -B -J $(if $(V),-v,) $(if $(JENKINS_NOCCACHE),,-y) -c $(CPUS) -z -p $(JENKINS_PAYLOAD) -x -X $(top)/abuild-chromeos.xml</span><br><span style="color: hsl(120, 100%, 40%);">+    util/abuild/abuild -B -J $(if $(V),-v,) $(if $(JENKINS_NOCCACHE),,-y) -c $(CPUS) -z -p $(JENKINS_PAYLOAD)</span><br><span>    (cd payloads/libpayload; unset COREBOOT_BUILD_DIR; $(MAKE) $(if $(JENKINS_NOCCACHE),,CONFIG_LP_CCACHE=y) V=$(V) Q=$(Q) junit.xml)</span><br><span>    $(foreach tool, $(TOOLLIST), $(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR="util/$(tool)" BLD="$(tool)" MFLAGS= MAKEFLAGS= MAKETARGET= junit.xml; )</span><br><span>         unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/nvramcui BLD=nvramcui MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27492">change 27492</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/27492"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Id9ec50add9693a6c36ffdb5c78d148d0fc012549 </div>
<div style="display:none"> Gerrit-Change-Number: 27492 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>