Skip to content

Commit

Permalink
Merge pull request #1250 from SUSE/master-fix-timeout-slmicro-salt-sh…
Browse files Browse the repository at this point in the history
…aker

Salt Shaker: Reduce timeout value for SLMicro60 jobs
  • Loading branch information
meaksh authored May 27, 2024
2 parents b026089 + f6805e4 commit 4b34466
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ node('salt-shaker-tests') {
stage('Checkout pipeline') {
checkout scm
}
timeout(activity: false, time: 6, unit: 'HOURS') {
timeout(activity: false, time: 3, unit: 'HOURS') {
def pipeline = load "jenkins_pipelines/environments/common/pipeline-salt-shaker.groovy"
pipeline.run(params)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ node('salt-shaker-tests') {
stage('Checkout pipeline') {
checkout scm
}
timeout(activity: false, time: 6, unit: 'HOURS') {
timeout(activity: false, time: 3, unit: 'HOURS') {
def pipeline = load "jenkins_pipelines/environments/common/pipeline-salt-shaker.groovy"
pipeline.run(params)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ node('salt-shaker-tests') {
stage('Checkout pipeline') {
checkout scm
}
timeout(activity: false, time: 6, unit: 'HOURS') {
timeout(activity: false, time: 3, unit: 'HOURS') {
def pipeline = load "jenkins_pipelines/environments/common/pipeline-salt-shaker.groovy"
pipeline.run(params)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ node('salt-shaker-tests') {
stage('Checkout pipeline') {
checkout scm
}
timeout(activity: false, time: 6, unit: 'HOURS') {
timeout(activity: false, time: 3, unit: 'HOURS') {
def pipeline = load "jenkins_pipelines/environments/common/pipeline-salt-shaker.groovy"
pipeline.run(params)
}
Expand Down

0 comments on commit 4b34466

Please sign in to comment.