Skip to content

Commit

Permalink
Changed days to keep integ test logs from 30 to 60 in OS and OSD (#4916)
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Shien <bshien@amazon.com>
  • Loading branch information
bshien authored Aug 5, 2024
1 parent c835776 commit 97cbfaa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jenkins/opensearch-dashboards/integ-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def agent_nodes = [
pipeline {
options {
timeout(time: 7, unit: 'HOURS')
buildDiscarder(logRotator(daysToKeepStr: '30'))
buildDiscarder(logRotator(daysToKeepStr: '60'))
}
agent none
environment {
Expand Down
2 changes: 1 addition & 1 deletion jenkins/opensearch/integ-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def agent_nodes = [
pipeline {
options {
timeout(time: 4, unit: 'HOURS')
buildDiscarder(logRotator(daysToKeepStr: '30'))
buildDiscarder(logRotator(daysToKeepStr: '60'))
}
agent none
environment {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
integ-test.pipeline(groovy.lang.Closure)
integ-test.credentials(jenkins-artifact-bucket-name)
integ-test.timeout({time=7, unit=HOURS})
integ-test.logRotator({daysToKeepStr=30})
integ-test.logRotator({daysToKeepStr=60})
integ-test.buildDiscarder(null)
integ-test.echo(Executing on agent [label:none])
integ-test.stage(verify-parameters, groovy.lang.Closure)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
integ-test.pipeline(groovy.lang.Closure)
integ-test.credentials(jenkins-artifact-bucket-name)
integ-test.timeout({time=7, unit=HOURS})
integ-test.logRotator({daysToKeepStr=30})
integ-test.logRotator({daysToKeepStr=60})
integ-test.buildDiscarder(null)
integ-test.echo(Executing on agent [label:none])
integ-test.stage(verify-parameters, groovy.lang.Closure)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
integ-test.pipeline(groovy.lang.Closure)
integ-test.credentials(jenkins-artifact-bucket-name)
integ-test.timeout({time=4, unit=HOURS})
integ-test.logRotator({daysToKeepStr=30})
integ-test.logRotator({daysToKeepStr=60})
integ-test.buildDiscarder(null)
integ-test.echo(Executing on agent [label:none])
integ-test.stage(verify-parameters, groovy.lang.Closure)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
integ-test.pipeline(groovy.lang.Closure)
integ-test.credentials(jenkins-artifact-bucket-name)
integ-test.timeout({time=4, unit=HOURS})
integ-test.logRotator({daysToKeepStr=30})
integ-test.logRotator({daysToKeepStr=60})
integ-test.buildDiscarder(null)
integ-test.echo(Executing on agent [label:none])
integ-test.stage(verify-parameters, groovy.lang.Closure)
Expand Down

0 comments on commit 97cbfaa

Please sign in to comment.