debian-forge-composer/internal/cloudapi/v2
Tomáš Hozza 4ae35a0ed9 Worker/osbuild: depend on depsolve job for Koji composes
For Koji composes, all files are uploaded to Koji as part of the osbuild
job (specifically as part of handling the Koji target). So in order to
be able to upload SBOM documents to Koji as part of Koji compose, the
osbuild job needs to to be able to access the depsolve job result, which
contains the SBOM documents. For this, the osbuild job must depend on
the depsolve job.

For Koji composes, make sure that osbuild job depends on the depsolve
job and set the DepsolveDynArgsIdx.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2024-09-20 17:02:09 +02:00
..
compose.go cloudapi/v2: populate openscap related rhsm facts 2024-09-06 11:39:35 +02:00
compose_test.go cloudapi: update expected image type test for gcp-rhui 2024-09-17 23:33:44 +02:00
errors.go cloudapi/v2: add details for non-service errors 2024-06-25 17:27:28 +02:00
errors_test.go cloudapi/v2: add test for errors 2024-06-25 17:27:28 +02:00
handler.go cloudapi/v2: include details in case internal error is set 2024-06-25 17:27:28 +02:00
imagerequest.go Worker: move GCE image guest OS features to upload target options 2024-08-29 17:37:48 +02:00
imagerequest_test.go deps: update images to v0.54.0 2024-04-11 16:43:40 +02:00
middleware.go internal/auth: add TenantChannelMiddleware 2023-06-28 15:08:37 +02:00
openapi.v2.gen.go cloudapi/v2: populate openscap related rhsm facts 2024-09-06 11:39:35 +02:00
openapi.v2.yml cloudapi/v2: populate openscap related rhsm facts 2024-09-06 11:39:35 +02:00
server.go Worker/osbuild: depend on depsolve job for Koji composes 2024-09-20 17:02:09 +02:00
v2_internal_test.go lint: Fix implicit memory aliasing in for loops 2023-09-21 16:56:54 +02:00
v2_koji_test.go clienterrors: rename WorkerClientError to clienterrors.New 2024-07-31 17:04:58 +02:00
v2_multi_tenancy_test.go Port osbuild/images v0.33.0 with dot-notation to composer 2024-01-26 11:32:34 +01:00
v2_test.go Update osbuild/images to v0.88.0 2024-09-20 17:02:09 +02:00