]> 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:41 +0000 (11:58 -0500)
commit7702ea986ef2ab4883e9c76d9d6dfaf386159424
tree43312632d491bf9690c63bfbe864ea31d8c26f9c
parent8508a067065bae1f781b2064184e4e0005447785
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