Skip to content

fix(audit): transition workload_details.status to failed on error#88

Merged
mrhillsman merged 1 commit into
mainfrom
fix/workload-status-failed-transition
May 24, 2026
Merged

fix(audit): transition workload_details.status to failed on error#88
mrhillsman merged 1 commit into
mainfrom
fix/workload-status-failed-transition

Conversation

@mrhillsman

Copy link
Copy Markdown
Contributor

Mark workload status as 'failed' when VM creation or readiness checks fail instead of leaving rows stuck at 'pending' forever. On creation failure all workloads are marked failed; on readiness failure only workloads with failed VMs are marked failed while others are marked created.

Closes #75

Mark workload status as 'failed' when VM creation or readiness checks
fail instead of leaving rows stuck at 'pending' forever. On creation
failure all workloads are marked failed; on readiness failure only
workloads with failed VMs are marked failed while others are marked
created.

Closes #75

Signed-off-by: Melvin Hillsman <mhillsma@redhat.com>
@exe-prow-github-app
exe-prow-github-app Bot requested a review from OchiengEd May 24, 2026 04:04
@exe-prow-github-app

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mrhillsman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@exe-prow-github-app exe-prow-github-app Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 24, 2026
@mrhillsman
mrhillsman removed the request for review from OchiengEd May 24, 2026 04:04
@mrhillsman
mrhillsman merged commit 8722a11 into main May 24, 2026
2 of 4 checks passed
@mrhillsman
mrhillsman deleted the fix/workload-status-failed-transition branch May 24, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Tech Debt]: workload_details.status never transitions to 'failed' on orchestration error

1 participant