use special 'eon-build' device for release build

old-commit-hash: 65d800c4f5
commatwo_master
Adeeb Shihadeh 5 years ago
parent 77fd84b99a
commit 617c6fa84c
  1. 2
      Jenkinsfile
  2. 1
      release/files_common

2
Jenkinsfile vendored

@ -16,7 +16,7 @@ pipeline {
branch 'devel-staging'
}
steps {
lock(resource: "", label: 'eon', inversePrecedence: true, variable: 'eon_ip', quantity: 1){
lock(resource: "", label: 'eon-build', inversePrecedence: true, variable: 'eon_ip', quantity: 1){
timeout(time: 60, unit: 'MINUTES') {
dir(path: 'selfdrive/test') {
sh 'pip install paramiko'

@ -3,6 +3,7 @@ LICENSE
launch_chffrplus.sh
launch_openpilot.sh
Jenkinsfile
SConstruct
CONTRIBUTING.md

Loading…
Cancel
Save