We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
koji_task_id
compose_status.json
The builder plugin's ComposeStatus implementation contains koji_task_id:
ComposeStatus
koji-osbuild/plugins/builder/osbuild.py
Line 242 in 18c24c4
Line 259 in 18c24c4
However, the ComposeStatus as returned by osbuild-composer API contains only Build ID: https://github.com/osbuild/osbuild-composer/blob/f889be9e05d953aa63579dd7734815bece7a822c/internal/cloudapi/v2/openapi.v2.yml#L664-L669
As a result, the koji_task_id is always set to null in the compose_status.jsonuploaded to the Koji task. Example: https://kojipkgs.fedoraproject.org//work/tasks/4169/103884169/compose-status.json
null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The builder plugin's
ComposeStatus
implementation containskoji_task_id
:koji-osbuild/plugins/builder/osbuild.py
Line 242 in 18c24c4
and it sets it unconditionally when encoding it as a dict:
koji-osbuild/plugins/builder/osbuild.py
Line 259 in 18c24c4
However, the
ComposeStatus
as returned by osbuild-composer API contains only Build ID:https://github.com/osbuild/osbuild-composer/blob/f889be9e05d953aa63579dd7734815bece7a822c/internal/cloudapi/v2/openapi.v2.yml#L664-L669
As a result, the
koji_task_id
is always set tonull
in thecompose_status.json
uploaded to the Koji task. Example:https://kojipkgs.fedoraproject.org//work/tasks/4169/103884169/compose-status.json
The text was updated successfully, but these errors were encountered: