Skip to content

Commit 7628a10

Browse files
committed
cloudapi: log a warning when using the new manifest generation job type
1 parent 3ab2e32 commit 7628a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/cloudapi/v2/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ func (s *Server) enqueueCompose(irs []imageRequest, channel string) (uuid.UUID,
322322
}
323323

324324
func (s *Server) enqueueComposeIBCLI(irs []imageRequest, channel string) (uuid.UUID, error) {
325+
logrus.Warnf("using experimental job type: %s", worker.JobTypeImageBuilderManifest)
325326
var osbuildJobID uuid.UUID
326327
if len(irs) != 1 {
327328
return osbuildJobID, HTTPErrorWithInternal(ErrorInvalidNumberOfImageBuilds, fmt.Errorf("expected 1 image request, got %d", len(irs)))

0 commit comments

Comments
 (0)