mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-04 21:01:40 +00:00
[LibOS] test/apps: Rewrite GCC example
This commit is contained in:
committed by
Dmitrii Kuvaiskii
parent
6fd57dca14
commit
ea72e84a88
+1
-1
@@ -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') {
|
||||
|
||||
@@ -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') {
|
||||
|
||||
@@ -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') {
|
||||
|
||||
@@ -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') {
|
||||
|
||||
@@ -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') {
|
||||
|
||||
@@ -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') {
|
||||
|
||||
+1
-1
Submodule LibOS/shim/test/apps updated: 21265aa9ec...9ce698d63a
Reference in New Issue
Block a user