jenkins: reduce parallel, add verbose
V=s is openwrt, V=1 is here. try and avoid weird problems with missing files like, make[1]: *** No rule to make target '../../../include/libopencm3/stm32/g4/pwr.h', needed by 'rcc_common_all.o'. Stop. by turning down the paralellism a bit, it's a quad core arm, but it's stil a little small machine.
This commit is contained in:
parent
10b63667b5
commit
5617ed4664
2
tests/gadget-zero/Jenkinsfile
vendored
2
tests/gadget-zero/Jenkinsfile
vendored
@ -34,7 +34,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
. .env3/bin/activate
|
. .env3/bin/activate
|
||||||
make -j5 V=s
|
make -j3 V=1
|
||||||
make -C tests/gadget-zero all V=s
|
make -C tests/gadget-zero all V=s
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user