|
@@ -67,9 +67,16 @@ pipeline {
|
|
|
|
|
|
timeout(time: 5, unit: 'MINUTES') {
|
|
|
sh '''
|
|
|
- cd LibOS/shim/test/apps/python
|
|
|
- make SGX=1 all sgx-tokens
|
|
|
- make SGX=1 regression
|
|
|
+ cd LibOS/shim/test/apps/python-simple
|
|
|
+ make SGX=1
|
|
|
+ make SGX=1 check
|
|
|
+ '''
|
|
|
+ }
|
|
|
+ timeout(time: 5, unit: 'MINUTES') {
|
|
|
+ sh '''
|
|
|
+ cd LibOS/shim/test/apps/python-scipy-insecure
|
|
|
+ make SGX=1
|
|
|
+ make SGX=1 check
|
|
|
'''
|
|
|
}
|
|
|
timeout(time: 5, unit: 'MINUTES') {
|
|
@@ -120,7 +127,8 @@ pipeline {
|
|
|
rm -rf /tmp/graphene-sgx.clean-check.clean/LibOS/shim/test/apps/ltp/src
|
|
|
rm -rf LibOS/shim/test/apps/ltp/src
|
|
|
|
|
|
- make -C LibOS/shim/test/apps/python SGX=1 clean
|
|
|
+ make -C LibOS/shim/test/apps/python-simple SGX=1 clean
|
|
|
+ make -C LibOS/shim/test/apps/python-scipy-insecure SGX=1 clean
|
|
|
make -C LibOS/shim/test/apps/bash SGX=1 clean
|
|
|
make -C LibOS/shim/test/apps/gcc SGX=1 clean
|
|
|
make -C LibOS/shim/test/apps/lmbench SGX=1 clean
|