diff --git a/Jenkinsfile b/Jenkinsfile index 78ae750e..41e75a75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,17 +50,17 @@ pipeline { } } - stage('RHEL7 Integration tests') { - steps { - sh 'summon -e common ./bin/test_integration_rhel --rhel-version=7' - } - - post { - always { - junit 'output/**/*.xml' - } - } - } + // stage('RHEL7 Integration tests') { + // steps { + // sh 'summon -e common ./bin/test_integration_rhel --rhel-version=7' + // } + + // post { + // always { + // junit 'output/**/*.xml' + // } + // } + // } stage('RHEL8 Integration tests') { steps {