Sfoglia il codice sorgente

[Jenkins] Enable PAL regression tests on Linux-SGX

Simon Gaiser 5 anni fa
parent
commit
43b4ba3706
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      Jenkinsfiles/Linux-SGX

+ 0 - 2
Jenkinsfiles/Linux-SGX

@@ -32,7 +32,6 @@ pipeline {
                 }
                 stage('Test') {
                     steps {
-                    /*
                         timeout(time: 15, unit: 'MINUTES') {
                             sh '''
                                 cd Pal/regression
@@ -41,7 +40,6 @@ pipeline {
                                 make SGX_RUN=1 KEEP_LOG=1 regression
                                 '''
                         }
-                        */
                         timeout(time: 5, unit: 'MINUTES') {
                             sh '''
                                 cd LibOS/shim/test/regression