disable phone tests for now

pull/1984/head
Adeeb Shihadeh 5 years ago
parent 07c1729e05
commit c40a833ac0
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -56,12 +56,14 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'whoami'
sh 'scons -j4'
}
}
}
}
/*
stage('On-device Tests') {
agent {
docker {
@ -117,6 +119,7 @@ pipeline {
}
}
*/
}
}

Loading…
Cancel
Save