]> 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:58:18 +0000 (11:58 -0500)
commit919bc0c7be94bd323f76bbba286aa63540f21424
tree952a93135078406ef7ffd542e88135d81e3dc184
parenteb8f255d44589e214c44e6db35cfeaa6a268318f
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