Skip to content

Commit

Permalink
Restrict the builds to keep to 75 in infinite configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 8, 2024
1 parent 536a1f0 commit bf87b3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-scripts/dsl/_configs_/OSRFLinuxBackportPkg.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class OSRFLinuxBackportPkg

logRotator {
artifactNumToKeep(20)
numToKeep(75)
}

parameters {
Expand Down
1 change: 1 addition & 0 deletions jenkins-scripts/dsl/brew_release.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ bottle_job_builder.with

logRotator {
artifactNumToKeep(10)
numToKeep(75)
}

axes {
Expand Down
1 change: 1 addition & 0 deletions jenkins-scripts/dsl/debian.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ ratt_pkg_job.with

logRotator {
artifactNumToKeep(10)
numToKeep(75)
}

concurrentBuild(true)
Expand Down
1 change: 1 addition & 0 deletions jenkins-scripts/dsl/extra.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ gbp_repo_debbuilds.each { software ->

logRotator {
artifactNumToKeep(10)
numToKeep(75)
}

concurrentBuild(true)
Expand Down

0 comments on commit bf87b3f

Please sign in to comment.