move device tests

pull/1984/head
Adeeb Shihadeh 5 years ago
parent 36bc29c475
commit 9101185a75
  1. 15
      Jenkinsfile

15
Jenkinsfile vendored

@ -29,12 +29,7 @@ def phone_steps(String device_type, steps) {
}
pipeline {
agent {
docker {
image 'python:3.7.3'
args '--user=root'
}
}
agent none
environment {
COMMA_JWT = credentials('athena-test-jwt')
TEST_DIR = "/data/openpilot"
@ -66,6 +61,13 @@ pipeline {
// *** On-device Tests ***
stage('On-device Tests') {
agent {
image 'python:3.7.3'
args '--user=root'
}
stage('Release Build') {
when {
branch 'devel-staging'
@ -109,6 +111,7 @@ pipeline {
}
}
}
}
}

Loading…
Cancel
Save