File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ import (
2222 . "github.com/onsi/gomega"
2323 mcadv1beta2 "github.com/project-codeflare/appwrapper/api/v1beta2"
2424 . "github.com/project-codeflare/codeflare-common/support"
25- "sigs.k8s.io/kueue/apis/kueue/v1beta1"
2625
2726 batchv1 "k8s.io/api/batch/v1"
2827 corev1 "k8s.io/api/core/v1"
2928 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3029 "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
3130 "k8s.io/apimachinery/pkg/runtime"
31+ "sigs.k8s.io/kueue/apis/kueue/v1beta1"
3232)
3333
3434func TestMnistPyTorchAppWrapperCpu (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ import (
2727 mcadv1beta2 "github.com/project-codeflare/appwrapper/api/v1beta2"
2828 . "github.com/project-codeflare/codeflare-common/support"
2929 rayv1 "github.com/ray-project/kuberay/ray-operator/apis/ray/v1"
30- "sigs.k8s.io/kueue/apis/kueue/v1beta1"
3130
3231 corev1 "k8s.io/api/core/v1"
3332 "k8s.io/apimachinery/pkg/api/resource"
3433 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3534 "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
3635 "k8s.io/apimachinery/pkg/runtime"
36+ "sigs.k8s.io/kueue/apis/kueue/v1beta1"
3737)
3838
3939// Trains the MNIST dataset as a RayJob, executed by a Ray cluster
You can’t perform that action at this time.
0 commit comments