]
Barak Korren reassigned OVIRT-2218:
-----------------------------------
Assignee: Barak Korren (was: infra)
python-six package is missing on slaves
---------------------------------------
Key: OVIRT-2218
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-2218
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: Jenkins Slaves
Reporter: Barak Korren
Assignee: Barak Korren
Priority: High
We're seeing job failures because the python-six package is missing. We're seeing
those on the newly installed FC28 slaves ATM but we have reasons to believe this will
affect any newly installed slave that uses updated repos.
We did not have code explicitly installing python-sic so far, instead we got it as a
dependency of some other package we were using that probably dropped the dependency
recently.
We should:
# Manually ensure that python-six and ptyhon3-six in installed on all slaves
# Make sure that global_setup.sh installs these packages
# Make sure the slave setup scripts install these packages