From 5c596a63ec57b3beb75d06ada78680b046cfb926 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 5 Aug 2020 15:19:35 -0700 Subject: [PATCH] enable everything --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 30d218ea49..3ab2daf9c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,14 +56,12 @@ pipeline { stages { stage('Build') { steps { - sh 'whoami' - sh 'scons -j4' + sh 'scons -j$(nproc)' } } } } - /* stage('On-device Tests') { agent { docker { @@ -119,7 +117,6 @@ pipeline { } } - */ } }