Skip to content
New issue

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

Revert "Revert "[AN-146] Emit VM cost for GCP Batch"" #7671

Merged
merged 5 commits into from
Dec 11, 2024

Conversation

lucymcnatt
Copy link
Contributor

Reverts #7669

executionEvents :+ ExecutionEvent(name = e.getDescription, offsetDateTime = time)
} else {
executionEvents
}
Copy link
Contributor Author

@lucymcnatt lucymcnatt Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the change that now makes the unit tests pass -- basically instead of turning an event that was a status change from RUNNING --> SUCCEEDED or FAILED into a VmEndTime event, one event is submitted for the VmEndTime and one for the success/failure case

@lucymcnatt lucymcnatt marked this pull request as ready for review December 11, 2024 15:10
@lucymcnatt lucymcnatt requested a review from a team as a code owner December 11, 2024 15:10
Copy link
Collaborator

@aednichols aednichols left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test fix looks credible to me based on the metadata expectations that had been failing.

@lucymcnatt lucymcnatt merged commit 38245ca into develop Dec 11, 2024
43 checks passed
@lucymcnatt lucymcnatt deleted the revert-7669-revert-7582-AN-146-batch-vm-cost branch December 11, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants