Browse Source

Jenkins discard artifacts sooner

sbg
Daniel Agar 5 years ago committed by GitHub
parent
commit
7b94c501cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .ci/Jenkinsfile-SITL_tests
  2. 2
      .ci/Jenkinsfile-SITL_tests_ASan
  3. 2
      .ci/Jenkinsfile-SITL_tests_coverage
  4. 2
      .ci/Jenkinsfile-compile_mac
  5. 2
      .ci/Jenkinsfile-hardware
  6. 2
      .ci/Jenkinsfile-hardware_linux
  7. 2
      .ci/Jenkinsfile-hardware_snapdragon
  8. 2
      Jenkinsfile

2
.ci/Jenkinsfile-SITL_tests

@ -121,7 +121,7 @@ pipeline { @@ -121,7 +121,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
timeout(time: 60, unit: 'MINUTES')
}
} // pipeline

2
.ci/Jenkinsfile-SITL_tests_ASan

@ -122,7 +122,7 @@ pipeline { @@ -122,7 +122,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
timeout(time: 60, unit: 'MINUTES')
}
} // pipeline

2
.ci/Jenkinsfile-SITL_tests_coverage

@ -128,7 +128,7 @@ pipeline { @@ -128,7 +128,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
timeout(time: 60, unit: 'MINUTES')
}
} // pipeline

2
.ci/Jenkinsfile-compile_mac

@ -84,7 +84,7 @@ pipeline { @@ -84,7 +84,7 @@ pipeline {
CI = true
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
timeout(time: 120, unit: 'MINUTES')
}
}

2
.ci/Jenkinsfile-hardware

@ -955,7 +955,7 @@ pipeline { @@ -955,7 +955,7 @@ pipeline {
CI = true
}
options {
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '30'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
timeout(time: 60, unit: 'MINUTES')
}
}

2
.ci/Jenkinsfile-hardware_linux

@ -35,7 +35,7 @@ pipeline { @@ -35,7 +35,7 @@ pipeline {
CI = true
}
options {
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '30'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
timeout(time: 60, unit: 'MINUTES')
}
}

2
.ci/Jenkinsfile-hardware_snapdragon

@ -42,7 +42,7 @@ pipeline { @@ -42,7 +42,7 @@ pipeline {
HEXAGON_TOOLS_ROOT="/home/jenkins/Qualcomm/HEXAGON_Tools/7.2.12/Tools"
}
options {
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '30'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
timeout(time: 60, unit: 'MINUTES')
}
}

2
Jenkinsfile vendored

@ -711,7 +711,7 @@ pipeline { @@ -711,7 +711,7 @@ pipeline {
GIT_COMMITTER_NAME = "PX4BuildBot"
}
options {
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '30'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
timeout(time: 60, unit: 'MINUTES')
}
}

Loading…
Cancel
Save