autobuild: Remove the os.getpid() from the autobuild directory
authorAndrew Bartlett <abartlet@samba.org>
Thu, 10 Sep 2020 23:22:10 +0000 (11:22 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 1 Oct 2020 01:18:39 +0000 (01:18 +0000)
commit5419774b23ef231216fd9c37c63ff83620c9faf3
treeaa79c3cd0d99f36f5a06d29c03fdeba22d9d8263
parent21197bb57d36771f772cb28221edf4b12b5f7b33
autobuild: Remove the os.getpid() from the autobuild directory

This might help our CI runners get a ccache hit by keeping the path constant.

Otherwise, we only get a good ccache hit rate if the docker container gives
us the same pid each time.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
.gitlab-ci.yml
script/autobuild.py