mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Disable tox envs that we don't use
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -38,7 +38,7 @@ node('factory2'){
|
||||
stage('Run Test Suite') {
|
||||
timeout(20) {
|
||||
// Run tox in the SCL environment
|
||||
onmyduffynode 'cd fm-orchestrator && scl enable python27 \'tox -r -e flake8\' && scl enable python27 \'tox -r -e py27\''
|
||||
onmyduffynode 'cd fm-orchestrator && scl enable python27 \'tox -r\''
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user