Open korydraughn opened 1 year ago
I've definitely hit this before but I don't quite remember when or how or whether I got around it. Probably should just be rid of it, yes
I agree. I think removing the update step is safe since only the plugins rely on the ci utilities scripts.
The following line causes the iRODS 4.2.12 server packages to be upgraded to 4.3.x.
https://github.com/irods/irods_python_ci_utilities/blob/e662991f03caa043ce569cda83b807c237b64870/irods_python_ci_utilities/irods_python_ci_utilities.py#L119
This makes it impossible to test CentOS 7 plugins using the
run_plugin_tests.py
script of the testing environment. Below is a snippet of the output captured from the testing environment.The logic for handling apt-based packaging systems does not perform an update/upgrade. We should investigate the removal of the
yum update -y
command for CentOS 7.The workaround for this is manual testing.