]> git.ipfire.org Git - thirdparty/asterisk.git/commit
CI: Increase clone depth and do better cleanup
authorGeorge Joseph <gjoseph@digium.com>
Tue, 19 Nov 2019 14:51:56 +0000 (07:51 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 19 Nov 2019 16:59:10 +0000 (11:59 -0500)
commite8e1314fcb42d7c59f1db149fdca1ebf04492b94
tree1aadbd0d977268fd2483a825863b0b743ab142c5
parentc93518497c2b4922d34c256123479a4a032f4363
CI: Increase clone depth and do better cleanup

The original clone depth of 10 was causing the need to rebase
changes whose parent was older than the 10 commits.  The clone
depth has been increased to 100.

Workspace cleanup was only happening for successful builds which
wasn't enough to keep the 8G workspace in-memory drives on the
docker slaves from filling up.  Now the workspaces are cleaned up
after every build regardless of success/failure.  If you need to
preserve builds temporarily, you can log into Jenkins/Manage
Jenkins/Configure System and change the CLEANUP_WS_* environment
variable for the job type you're troubleshooting to "FALSE".

Change-Id: I0d7366e87cea714e5dbc9488caf718802fce75ca
tests/CI/gates.jenkinsfile
tests/CI/periodics-daily.jenkinsfile
tests/CI/ref_debug.jenkinsfile
tests/CI/unittests.jenkinsfile