Skip to content

[YUNIKORN-2211] Replace Allocation uuid with allocationID #904

[YUNIKORN-2211] Replace Allocation uuid with allocationID

[YUNIKORN-2211] Replace Allocation uuid with allocationID #904

Triggered via pull request December 1, 2023 07:25
Status Failure
Total duration 2m 35s
Artifacts

pre-commit.yml

on: pull_request
Matrix: e2e-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: pkg/cache/appmgmt.go#L122
unknown field AllocationID in struct literal of type si.Allocation (typecheck)
build: pkg/cache/scheduler_callback.go#L54
alloc.AllocationID undefined (type *si.Allocation has no field or method AllocationID) (typecheck)
build: pkg/cache/scheduler_callback.go#L63
alloc.AllocationID undefined (type *si.Allocation has no field or method AllocationID) (typecheck)
build: pkg/cache/scheduler_callback.go#L81
release.AllocationID undefined (type *si.AllocationRelease has no field or method AllocationID) (typecheck)
build: pkg/cache/scheduler_callback.go#L89
release.AllocationID undefined (type *si.AllocationRelease has no field or method AllocationID) (typecheck)
build: pkg/cache/appmgmt_test.go#L428
alloc.AllocationID undefined (type *si.Allocation has no field or method AllocationID) (typecheck)
build: pkg/cache/node_test.go#L39
unknown field AllocationID in struct literal of type si.Allocation (typecheck)
build: pkg/cache/node_test.go#L50
alloc02.AllocationID undefined (type *si.Allocation has no field or method AllocationID) (typecheck)
build: pkg/cache/task_test.go#L640
unknown field AllocationID in struct literal of type si.Allocation (typecheck)
build: pkg/cache/task_test.go#L652
allocToRelease.AllocationID undefined (type *si.AllocationRelease has no field or method AllocationID) (typecheck)