Skip to content

Commit

Permalink
Update to match verify
Browse files Browse the repository at this point in the history
  • Loading branch information
mszadkow committed Nov 4, 2024
1 parent 8b2f0b1 commit dc4e2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/cache/tas_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"

kueue "sigs.k8s.io/kueue/apis/kueue/v1beta1"
tasindexer "sigs.k8s.io/kueue/pkg/controller/tas/indexer"
"sigs.k8s.io/kueue/pkg/resources"
utiltesting "sigs.k8s.io/kueue/pkg/util/testing"
testingpod "sigs.k8s.io/kueue/pkg/util/testingjobs/pod"
tasindexer "sigs.k8s.io/kueue/pkg/controller/tas/indexer"
)

func TestFindTopologyAssignment(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/tas/topology_ungater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ import (

kueuealpha "sigs.k8s.io/kueue/apis/kueue/v1alpha1"
kueue "sigs.k8s.io/kueue/apis/kueue/v1beta1"
"sigs.k8s.io/kueue/pkg/controller/tas/indexer"
utilpod "sigs.k8s.io/kueue/pkg/util/pod"
utiltesting "sigs.k8s.io/kueue/pkg/util/testing"
testingpod "sigs.k8s.io/kueue/pkg/util/testingjobs/pod"

_ "sigs.k8s.io/kueue/pkg/controller/jobs/job"
_ "sigs.k8s.io/kueue/pkg/controller/jobs/raycluster"
"sigs.k8s.io/kueue/pkg/controller/tas/indexer"
)

const (
Expand Down

0 comments on commit dc4e2ef

Please sign in to comment.