debian-forge-composer/cmd/osbuild-worker
Christian Kellner 987f4c4795 worker: fix job error check for koji-osbuild job
This check got inverted during the work on "Worker errors backwards
compatibility". As a consequence, osbuild was never run and the
result structure `buildResult.OSBuildOutput` was `nil` Since the
overall status reporting is not complete, and does not take this,
i.e. `buildResult.OSBuildOutput`, being `nil` as an error case,
the overall status was reported as "success". See the function
`composeStatusFromJobStatus` in `internal/kojiapi/server.go`.
2022-01-28 20:37:23 +00:00
..
jobimpl-depsolve.go osbuild-worker: implement structured errors 2022-01-27 16:45:14 +01:00
jobimpl-koji-finalize.go osbuild-worker: implement structured errors 2022-01-27 16:45:14 +01:00
jobimpl-koji-init.go osbuild-worker: implement structured errors 2022-01-27 16:45:14 +01:00
jobimpl-osbuild-koji.go worker: fix job error check for koji-osbuild job 2022-01-28 20:37:23 +00:00
jobimpl-osbuild.go osbuild-worker: change error handling for OCI upload 2022-01-28 17:33:48 +01:00
main.go gosec: G402 - TLS MinVersion 2021-12-13 12:17:30 +02:00
osbuild.go osbuild-worker: use v2 Result struct 2021-11-16 09:49:37 +01:00