Selaa lähdekoodia

[Jenkins/Linux-SGX] Enable Apache regression test

Dmitrii Kuvaiskii 6 vuotta sitten
vanhempi
commit
2d576a4680
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      Jenkinsfiles/Linux-SGX

+ 0 - 2
Jenkinsfiles/Linux-SGX

@@ -88,7 +88,6 @@ pipeline {
                             sleep 10
                             LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh `hostname -I|tr -d '[:space:]'`:8000
                             '''
-                            /*
                         sh '''
                             cd LibOS/shim/test/apps/apache
                             make SGX=1
@@ -97,7 +96,6 @@ pipeline {
                             sleep 15
                             LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh `hostname -I|tr -d '[:space:]'`:8001
                             '''
-                            */
                     }
                     post {
                         always {