util/testing: Allow adding abuild options to what-jenkins-does
JENKINS_ABUILD_OPT is passed in abuild's command line Change-Id: I5e7fbb77a3c6592a4414a6c1e3f7556c7e3a824c Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34568 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
parent
3a0cad30f2
commit
99f0e0c4dc
|
@ -83,6 +83,7 @@ lint lint-stable lint-extended:
|
||||||
ABUILD_OPTIONS=-B -J -c $(CPUS) -z -p $(JENKINS_PAYLOAD)
|
ABUILD_OPTIONS=-B -J -c $(CPUS) -z -p $(JENKINS_PAYLOAD)
|
||||||
ABUILD_OPTIONS+=$(if $(V),-v,)
|
ABUILD_OPTIONS+=$(if $(V),-v,)
|
||||||
ABUILD_OPTIONS+=$(if $(JENKINS_NOCCACHE),,-y)
|
ABUILD_OPTIONS+=$(if $(JENKINS_NOCCACHE),,-y)
|
||||||
|
ABUILD_OPTIONS+=$(JENKINS_ABUILD_OPT)
|
||||||
|
|
||||||
what-jenkins-does:
|
what-jenkins-does:
|
||||||
util/lint/lint lint-stable --junit
|
util/lint/lint lint-stable --junit
|
||||||
|
|
Loading…
Reference in New Issue