From e37a55e6de382024a28875f4e43d372422ac5520 Mon Sep 17 00:00:00 2001 From: Shlomo Heigh Date: Wed, 7 Aug 2024 10:31:05 -0400 Subject: [PATCH] Disable RHEL7 tests --- Jenkinsfile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 {