Closed zmiklank closed 1 year ago
@pkubatrh not sure, how to deal with centos7 containerfiles in distgen-generated containers. Is it enough to disable testing and pushing, like it is done in this PR? Or should the centos7 containerfiles be also removed from the distgen matrix?
[test-openshift]
Fedora tests are failing and we need to fix it. Although it is not related to this pull rquest.
It is problem on rpm level. This rpm update should fix it: https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2023-e6d66cd1a4
not sure, how to deal with centos7 containerfiles in distgen-generated containers. Is it enough to disable testing and pushing, like it is done in this PR? Or should the centos7 containerfiles be also removed from the distgen matrix?
That is a tricky question. Is it possible to keep generating all the files needed for centos7 images, but add .exclude file generation on top of that, or would that be too much complexity?
not sure, how to deal with centos7 containerfiles in distgen-generated containers. Is it enough to disable testing and pushing, like it is done in this PR? Or should the centos7 containerfiles be also removed from the distgen matrix?
That is a tricky question. Is it possible to keep generating all the files needed for centos7 images, but add .exclude file generation on top of that, or would that be too much complexity?
IMO too much complexity for the first of deprecation steps. But a feasible way could be to keep the centos7 config files for distgen and only add centos7-exclude rule to the exclude matrix in here. That way would be really easy to enable their generation again if someone requests it.
But a feasible way could be to keep the centos7 config files for distgen and only add centos7-exclude rule to the exclude matrix in here. That way would be really easy to enable their generation again if someone requests it.
Agreed, I wanted to suggest exactly this if we did not want to add creation of exclude files. So keeping the sources while also not generating the result for centos7 is ok as far as I am concerned.
@pkubatrh not sure, how to deal with centos7 containerfiles in distgen-generated containers. Is it enough to disable testing and pushing, like it is done in this PR? Or should the centos7 containerfiles be also removed from the distgen matrix?
I would only remove testing and pushing image from TFAGA. The users should have still possibility to use CentOS 7 images. But this is only my opinion.
@pkubatrh not sure, how to deal with centos7 containerfiles in distgen-generated containers. Is it enough to disable testing and pushing, like it is done in this PR? Or should the centos7 containerfiles be also removed from the distgen matrix?
I would only remove testing and pushing image from TFAGA. The users should have still possibility to use CentOS 7 images. But this is only my opinion.
In theory they still can. They can take the Dockerfile from git history. Or remove centos7 from exclude matrix and generate the Dockerfile locally.
It looks like we'll need to wait for the postgres fix a bit longer.
[test]
migrated to f38 instead.
[test]
Tests for Testing Farm - Fedora - 14
failed - problem is missing pgaudit in module of postresql:14 in Fedora 38. Fix is on its way on RPM level.
I am not sure if we ever merge this PR :D.
Now the Testing Farm crashes on Fedora:
[31m[06:33:36] [E] [Fedora-latest:x86_64:/plans/fedora/test-ci] guest provisioning failed: Guest couldn't be provisioned: Artemis resource ended in 'error' state[0m
and migrate from f35 to f37 for fedora images, as f35 is now EOL