diff --git a/Jenkinsfiles/Linux b/Jenkinsfiles/Linux index 82106721..73fc6dd7 100644 --- a/Jenkinsfiles/Linux +++ b/Jenkinsfiles/Linux @@ -107,6 +107,7 @@ pipeline { make start-graphene-server & sleep 1 LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001 + LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443 ''' sh ''' cd "$(./Scripts/clean-check-test-copy)" diff --git a/Jenkinsfiles/Linux-18.04 b/Jenkinsfiles/Linux-18.04 index 5d1a6e45..b38d1a87 100644 --- a/Jenkinsfiles/Linux-18.04 +++ b/Jenkinsfiles/Linux-18.04 @@ -105,6 +105,7 @@ pipeline { make start-graphene-server & sleep 1 LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001 + LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443 ''' sh ''' cd "$(./Scripts/clean-check-test-copy)" diff --git a/Jenkinsfiles/Linux-Debug b/Jenkinsfiles/Linux-Debug index e5b8a982..1350f9ff 100644 --- a/Jenkinsfiles/Linux-Debug +++ b/Jenkinsfiles/Linux-Debug @@ -106,6 +106,7 @@ pipeline { make start-graphene-server & sleep 1 LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001 + LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443 ''' sh ''' cd "$(./Scripts/clean-check-test-copy)" diff --git a/Jenkinsfiles/Linux-Debug-18.04 b/Jenkinsfiles/Linux-Debug-18.04 index cf4dce58..b61aa10c 100644 --- a/Jenkinsfiles/Linux-Debug-18.04 +++ b/Jenkinsfiles/Linux-Debug-18.04 @@ -105,6 +105,7 @@ pipeline { make start-graphene-server & sleep 1 LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001 + LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443 ''' sh ''' cd "$(./Scripts/clean-check-test-copy)" diff --git a/Jenkinsfiles/Linux-SGX-18.04-apps b/Jenkinsfiles/Linux-SGX-18.04-apps index e818045b..29ebbc14 100644 --- a/Jenkinsfiles/Linux-SGX-18.04-apps +++ b/Jenkinsfiles/Linux-SGX-18.04-apps @@ -114,6 +114,7 @@ pipeline { make SGX=1 start-graphene-server & sleep 30 LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001 + LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443 ''' sh ''' cd "$(./Scripts/clean-check-test-copy)" diff --git a/Jenkinsfiles/Linux-SGX-apps b/Jenkinsfiles/Linux-SGX-apps index 9951956c..eda292e9 100644 --- a/Jenkinsfiles/Linux-SGX-apps +++ b/Jenkinsfiles/Linux-SGX-apps @@ -111,6 +111,7 @@ pipeline { make SGX=1 start-graphene-server & sleep 30 LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8001 + LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh https://127.0.0.1:8443 ''' sh ''' cd "$(./Scripts/clean-check-test-copy)" diff --git a/Jenkinsfiles/ubuntu-16.04.dockerfile b/Jenkinsfiles/ubuntu-16.04.dockerfile index 01638fe8..67b3cc32 100644 --- a/Jenkinsfiles/ubuntu-16.04.dockerfile +++ b/Jenkinsfiles/ubuntu-16.04.dockerfile @@ -22,6 +22,7 @@ RUN apt-get update \ libpcre2-dev \ libpcre3-dev \ libprotobuf-c-dev \ + libssl-dev \ libxml2-dev \ linux-headers-4.4.0-161-generic \ net-tools \ diff --git a/Jenkinsfiles/ubuntu-18.04.dockerfile b/Jenkinsfiles/ubuntu-18.04.dockerfile index 2b0345b3..d4a390ae 100644 --- a/Jenkinsfiles/ubuntu-18.04.dockerfile +++ b/Jenkinsfiles/ubuntu-18.04.dockerfile @@ -22,6 +22,7 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y \ libpcre2-dev \ libpcre3-dev \ libprotobuf-c-dev \ + libssl-dev \ libxml2-dev \ linux-headers-4.15.0-20-generic \ net-tools \ diff --git a/LibOS/shim/test/apps b/LibOS/shim/test/apps index 5f778293..a92e3e11 160000 --- a/LibOS/shim/test/apps +++ b/LibOS/shim/test/apps @@ -1 +1 @@ -Subproject commit 5f77829328eb03e32b6d3a500ed9c61f0f3b4b66 +Subproject commit a92e3e112fe75634912b8d32cc4c6a2d772673fb