[LibOS] test/apps: Rewrite GCC example

This commit is contained in:
Thomas Knauth
2019-10-28 22:48:07 -07:00
committed by Dmitrii Kuvaiskii
parent 6fd57dca14
commit ea72e84a88
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ pipeline {
timeout(time: 5, unit: 'MINUTES') {
sh '''
cd LibOS/shim/test/apps/gcc
make regression
make check
'''
}
timeout(time: 15, unit: 'MINUTES') {
+1 -1
View File
@@ -42,7 +42,7 @@ pipeline {
timeout(time: 5, unit: 'MINUTES') {
sh '''
cd LibOS/shim/test/apps/gcc
make regression
make check
'''
}
timeout(time: 15, unit: 'MINUTES') {
+1 -1
View File
@@ -44,7 +44,7 @@ pipeline {
timeout(time: 5, unit: 'MINUTES') {
sh '''
cd LibOS/shim/test/apps/gcc
make regression
make check
'''
}
timeout(time: 20, unit: 'MINUTES') {
+1 -1
View File
@@ -39,7 +39,7 @@ pipeline {
timeout(time: 5, unit: 'MINUTES') {
sh '''
cd LibOS/shim/test/apps/gcc
make regression
make check
'''
}
timeout(time: 20, unit: 'MINUTES') {
+2 -2
View File
@@ -82,8 +82,8 @@ pipeline {
timeout(time: 10, unit: 'MINUTES') {
sh '''
cd LibOS/shim/test/apps/gcc
make SGX=1 all sgx-tokens
make SGX=1 regression
make SGX=1 all
make SGX=1 check
'''
}
timeout(time: 15, unit: 'MINUTES') {
+2 -2
View File
@@ -79,8 +79,8 @@ pipeline {
timeout(time: 10, unit: 'MINUTES') {
sh '''
cd LibOS/shim/test/apps/gcc
make SGX=1 all sgx-tokens
make SGX=1 regression
make SGX=1 all
make SGX=1 check
'''
}
timeout(time: 15, unit: 'MINUTES') {