Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Disable RHEL7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szh committed Aug 7, 2024
1 parent 3cd92e0 commit e37a55e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e37a55e

Please sign in to comment.