Attention is currently required from: pespin. osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/31053 )
Change subject: jobs/master,gerrit: add docker_run_ccache ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
what do we win with this? All I see is having to maintain 2 differnet sets of commands now.
This is needed, because not all jobs can use ccache. For example pysim running on the simtester node: * this was not provisioned with ansible, hence there is no osmocom-build user * there is not enough space to use ccache there anyway
So pysim now still uses {docker_run}, but doesn't have the ccache arguments.
See also the following patch.