Browse Source

jenkins: try no parallelism

clutching at straws to try and eliminate incomprehensible build failures
:(
pull/1256/head
Karl Palsson 4 years ago
parent
commit
946c1cbc48
  1. 2
      tests/gadget-zero/Jenkinsfile

2
tests/gadget-zero/Jenkinsfile

@ -34,7 +34,7 @@ pipeline {
steps {
sh '''
. .env3/bin/activate
make -j3 V=1
make V=1
make -C tests/gadget-zero all V=s
'''
}

Loading…
Cancel
Save