mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
Merge pull request #1258 from KaiSforza/jenkins-nokitchen
Comment out all of the kitchen runs
This commit is contained in:
commit
1fdd2f7024
1 changed files with 11 additions and 11 deletions
22
Jenkinsfile
vendored
22
Jenkinsfile
vendored
|
@ -75,17 +75,17 @@ node ('bootstrap') {
|
|||
checkstyle pattern: '**/checkstyle.xml'
|
||||
archiveArtifacts artifacts: '**/checkstyle.xml'
|
||||
}
|
||||
if (env.CHANGE_ID) {
|
||||
// Running for a PR only runs against 4 random distros from a shorter list
|
||||
stage('kitchen-pr') {
|
||||
parallel prSetupRuns
|
||||
}
|
||||
} else {
|
||||
// If we're not running for a pr we run *everything*
|
||||
stage('kitchen-all') {
|
||||
parallel setupRuns
|
||||
}
|
||||
}
|
||||
// if (env.CHANGE_ID) {
|
||||
// // Running for a PR only runs against 4 random distros from a shorter list
|
||||
// stage('kitchen-pr') {
|
||||
// parallel prSetupRuns
|
||||
// }
|
||||
// } else {
|
||||
// // If we're not running for a pr we run *everything*
|
||||
// stage('kitchen-all') {
|
||||
// parallel setupRuns
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue