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 { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'whoami'
sh 'scons -j4' sh 'scons -j4'
} }
} }
} }
} }
/*
stage('On-device Tests') { stage('On-device Tests') {
agent { agent {
docker { docker {
@ -117,6 +119,7 @@ pipeline {
} }
} }
*/
} }
} }

Loading…
Cancel
Save