mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 05:41:37 +00:00
Jenkinsfile changes to run LTP in SGX
This commit is contained in:
@@ -57,6 +57,12 @@ pipeline {
|
||||
make SGX=1 regression
|
||||
'''
|
||||
}
|
||||
sh '''
|
||||
cd LibOS/shim/test/apps/ltp
|
||||
make SGX=1
|
||||
make SGX_RUN=1
|
||||
SGX_RUN=1 ./syscalls.sh
|
||||
'''
|
||||
timeout(time: 5, unit: 'MINUTES') {
|
||||
sh '''
|
||||
cd LibOS/shim/test/apps/python
|
||||
|
||||
Reference in New Issue
Block a user