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

Commit

Permalink
[CI] Test SGX remote attestation examples on Ubuntu 18.04 and 20.04
Browse files Browse the repository at this point in the history
Previously, it was tested only on Ubuntu 18.04 (bionic) due to concerns
over sending too many EPID requests to the Intel Attestation Service
(IAS). This shouldn't be an issue anymore.

Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
Dmitrii Kuvaiskii committed Jul 13, 2021
1 parent 4cb9821 commit 47f1e7b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .ci/lib/stage-test-sgx.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ stage('test-sgx') {
}
timeout(time: 5, unit: 'MINUTES') {
sh '''
# test SGX remote attestation only on Ubuntu 18.04 to keep internet requests to minimum
.ci/isdistro bionic || exit 0

cd Examples/ra-tls-mbedtls
if [ "${ra_client_spid}" != "" ] && [ "${ra_client_key}" != "" ]; \
then \
Expand All @@ -123,9 +120,6 @@ stage('test-sgx') {
}
timeout(time: 5, unit: 'MINUTES') {
sh '''
# test SGX remote attestation only on Ubuntu 18.04 to keep internet requests to minimum
.ci/isdistro bionic || exit 0

cd Examples/ra-tls-secret-prov
if [ "${ra_client_spid}" != "" ] && [ "${ra_client_key}" != "" ]; \
then \
Expand Down

0 comments on commit 47f1e7b

Please sign in to comment.