소스 검색

[Jenkins] Tune the run time of LMBench

Chia-Che Tsai 6 년 전
부모
커밋
9362b1317d
7개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      Jenkinsfiles/Linux
  2. 1 1
      Jenkinsfiles/Linux-18.04
  3. 1 1
      Jenkinsfiles/Linux-Debug
  4. 1 1
      Jenkinsfiles/Linux-Debug-18.04
  5. 1 1
      Jenkinsfiles/Linux-SGX
  6. 1 1
      Jenkinsfiles/Linux-SGX-18.04
  7. 1 1
      LibOS/shim/test/apps

+ 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