]
Barak Korren reassigned OVIRT-902:
----------------------------------
Assignee: Barak Korren (was: infra)
Speed up mock_runner.sh setup time by using caches.
---------------------------------------------------
Key: OVIRT-902
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-902
Project: oVirt - virtualization made easy
Issue Type: Improvement
Reporter: Barak Korren
Assignee: Barak Korren
Priority: High
Labels: mock, mock_runner.sh, standard-ci
We've already known that setting up mock takes a while, but mock has some built-in
caching features that should allow us to speed this up.
We need to ensure those features are enabled by mock_runner.sh. The mock options to look
at are:
* root_cache_enable
* yum_cache_enable
Both these options should be set to true in the mock chroot config file.
We've been using these option downstream in minimead and the vdsm build scripts, so
they should be safe to use.