Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
[DO NOT MERGE] testing which apps fail...
Browse files Browse the repository at this point in the history
  • Loading branch information
mkow committed Feb 8, 2021
1 parent 5b67047 commit 5dbf2a6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .ci/lib/stage-clean-check.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stage('clean-check') {
make -C Examples/memcached distclean
make -C Examples/redis distclean
make -C Examples/lighttpd distclean
make -C Examples/nginx distclean
#make -C Examples/nginx distclean
make -C Examples/apache distclean
make -C Examples/blender distclean
make -C Examples/r distclean
Expand Down
18 changes: 9 additions & 9 deletions .ci/lib/stage-test-direct.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ stage('test-direct') {
LOOP=1 CONCURRENCY_LIST="1 32" ../common_tools/benchmark-http.sh 127.0.0.1:8003
'''
}
timeout(time: 10, unit: 'MINUTES') {
sh '''
cd Examples/nginx
make -j8 all
make start-graphene-server &
sleep 1
LOOP=1 CONCURRENCY_LIST="1 32" ../common_tools/benchmark-http.sh 127.0.0.1:8002
'''
}
// timeout(time: 10, unit: 'MINUTES') {
// sh '''
// cd Examples/nginx
// make -j8 all
// make start-graphene-server &
// sleep 1
// LOOP=1 CONCURRENCY_LIST="1 32" ../common_tools/benchmark-http.sh 127.0.0.1:8002
// '''
// }
timeout(time: 20, unit: 'MINUTES') {
sh '''
cd Examples/apache
Expand Down
18 changes: 9 additions & 9 deletions .ci/lib/stage-test-sgx.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ stage('test-sgx') {
LOOP=1 CONCURRENCY_LIST="1 32" ../common_tools/benchmark-http.sh 127.0.0.1:8003
'''
}
timeout(time: 15, unit: 'MINUTES') {
sh '''
cd Examples/nginx
make ${MAKEOPTS}
make ${MAKEOPTS} start-graphene-server &
sleep 30
LOOP=1 CONCURRENCY_LIST="1 32" ../common_tools/benchmark-http.sh 127.0.0.1:8002
'''
}
// timeout(time: 15, unit: 'MINUTES') {
// sh '''
// cd Examples/nginx
// make ${MAKEOPTS}
// make ${MAKEOPTS} start-graphene-server &
// sleep 30
// LOOP=1 CONCURRENCY_LIST="1 32" ../common_tools/benchmark-http.sh 127.0.0.1:8002
// '''
// }
timeout(time: 25, unit: 'MINUTES') {
sh '''
cd Examples/apache
Expand Down

0 comments on commit 5dbf2a6

Please sign in to comment.