From c40a833ac0fb84348d9373b4f1b35b0f4f0ac88f Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 5 Aug 2020 15:12:58 -0700 Subject: [PATCH] disable phone tests for now --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index c1cf9c3eda..a6ff6f643c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 { } } + */ } }