Tom Gundersen

Results 16 issues of Tom Gundersen

This builds for all fedora versions and centos-stream-9 on every PR and push to main. It also opens release PRs in fedora on every upstream release. Signed-off-by: Tom Gundersen

The protocol described in `machite-id(5)` describes how `ConditionFirstBoot` is triggered in case `/etc/machine-id` does not exist during boot. Apart from triggering this condition, the behaviour is the same as when...

The intention is for a runner to be used with the pipeline it is attached to when using that as a build root. Not when building the attached pipeline. For...

The results returned to the caller when building a pipeline should be the same whether or not parts of the pipeline was cached in the store. This will be important...

enhancement

When a machine is being shut down systemd will send each service a SIGTERM signal, essentially asking them to please shut down. If they do not do so within a...

Properly catch `SIGINT` and `SIGTERM` in `gen-manifests` and cancel this context. _Originally posted by @ondrejbudai in https://github.com/osbuild/osbuild-composer/pull/3146#discussion_r1031396693_

When a job fails due to the heartbeat timing out, it is not counted as a failed job. This means we overestimate our SLI. Other metrics are also not captured...

question

Prioritise the repositories in the order they are passed. Currently their priorities are all the same, which gives (to me) unexpected results. The logic is now that appending a repo...

This would in principle allow image builder to build its own worker AMIs.

WIP+test

Would be nice if we could make this the default, i.e. only pin repos in one place and generate the test data from the schutzfile _Originally posted by @teg in...