Browse Source

[Jenkins] Tune the run time of LMBench

Chia-Che Tsai 4 years ago
parent
commit
9362b1317d

+ 1 - 1
Jenkinsfiles/Linux

@@ -45,7 +45,7 @@ pipeline {
                         timeout(time: 15, unit: 'MINUTES') {
                             sh '''
                                 cd LibOS/shim/test/apps/lmbench
-                                make regression
+                                make regression N_RUNS=1 ENOUGH=100
                             '''
                         }
                         sh '''

+ 1 - 1
Jenkinsfiles/Linux-18.04

@@ -44,7 +44,7 @@ pipeline {
                         timeout(time: 15, unit: 'MINUTES') {
                             sh '''
                                 cd LibOS/shim/test/apps/lmbench
-                                make regression
+                                make regression N_RUNS=1 ENOUGH=100
                             '''
                         }
                         sh '''

+ 1 - 1
Jenkinsfiles/Linux-Debug

@@ -45,7 +45,7 @@ pipeline {
                         timeout(time: 20, unit: 'MINUTES') {
                             sh '''
                                 cd LibOS/shim/test/apps/lmbench
-                                make regression
+                                make regression N_RUNS=1 ENOUGH=100
                             '''
                         }
                         sh '''

+ 1 - 1
Jenkinsfiles/Linux-Debug-18.04

@@ -44,7 +44,7 @@ pipeline {
                         timeout(time: 20, unit: 'MINUTES') {
                             sh '''
                                 cd LibOS/shim/test/apps/lmbench
-                                make regression
+                                make regression N_RUNS=1 ENOUGH=100
                             '''
                         }
                         sh '''

+ 1 - 1
Jenkinsfiles/Linux-SGX

@@ -77,7 +77,7 @@ pipeline {
                                 cd LibOS/shim/test/apps/lmbench
                                 make SGX=1
                                 make SGX_RUN=1
-                                make SGX_RUN=1 regression
+                                make SGX_RUN=1 regression N_RUNS=1 ENOUGH=100
                             '''
                         }
                         sh '''

+ 1 - 1
Jenkinsfiles/Linux-SGX-18.04

@@ -77,7 +77,7 @@ pipeline {
                                 cd LibOS/shim/test/apps/lmbench
                                 make SGX=1
                                 make SGX_RUN=1
-                                make SGX_RUN=1 regression
+                                make SGX_RUN=1 regression N_RUNS=1 ENOUGH=100
                             '''
                         }
                         sh '''

+ 1 - 1
LibOS/shim/test/apps

@@ -1 +1 @@
-Subproject commit 3f0b8a569dda3099a5e7339a08e17cf3695054ad
+Subproject commit b79274d94c960e60e67261ebd5937fa9be63e135