Timothée Ravier
Timothée Ravier
Thanks, I'll re-review soon. You may also join us on our Matrix channel : https://matrix.to/#/#flatpak:kde.org
OK, let's move this one forward. Let's pick the latest Git commit as of now and then merge as beta until we have a release. WDYT?
This reminds me of the [GitLab CI pipeline configuration](https://docs.gitlab.com/ee/ci/yaml/README.html) and running a local build would be similar to running a pipeline locally. Edit: It's apparently already possible with [gitlab-runner](https://stackoverflow.com/questions/32933174/use-gitlab-ci-to-run-tests-locally).
@mrcxavier Can we get more details? How much time did the build take? ~It looks like the problem in the output above is about a QEMU feature that does not...
If it takes 8 min for a build I'd say it's perfectly fine. How long does a full kola run takes? ``` $ cosa kola run --basic-qemu-scenarios $ cosa kola...
I think we should coordinate the changes in this one with those from https://github.com/coreos/coreos-assembler/pull/2934
The only concern I could find was about the additional repo becoming stale on developer systems. This will not be an issue in CI as we clone from scratch every...
One option to work around that is to include the minor RHEL version in the repo names thus the build would fail when the repos are missing.
This likely broke RHCOS CI: https://github.com/openshift/os/pull/959. Investigating: ``` + cp src/config/repos/c9s.repo src/config/c9s.repo + curl -L http://base-4-12-rhel90.ocp.svc.cluster.local -o src/config/tmp.repo % Total % Received % Xferd Average Speed Time Time Time Current...
And I've realized late that this will also not work when we have two minor RHEL minor versions at the same time in the repo (9.0 & 9.2) as the...