Skip to content

Commit aff9d69

Browse files
committed
Update fms-hf-tuning e2e test
Signed-off-by: ted chang <[email protected]>
1 parent f46d74d commit aff9d69

File tree

5 files changed

+119
-18
lines changed

5 files changed

+119
-18
lines changed

go.mod

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubeflow/training-operator
22

3-
go 1.20
3+
go 1.22
44

55
require (
66
github.com/go-logr/logr v1.4.1
@@ -9,7 +9,7 @@ require (
99
github.com/onsi/gomega v1.31.1
1010
github.com/project-codeflare/codeflare-common v0.0.0-20240404131119-10cc4982cd0e
1111
github.com/prometheus/client_golang v1.18.0
12-
github.com/sirupsen/logrus v1.9.0
12+
github.com/sirupsen/logrus v1.9.3
1313
github.com/stretchr/testify v1.8.4
1414
go.uber.org/zap v1.26.0
1515
k8s.io/api v0.29.3
@@ -20,6 +20,7 @@ require (
2020
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
2121
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
2222
sigs.k8s.io/controller-runtime v0.17.2
23+
sigs.k8s.io/kueue v0.6.1
2324
sigs.k8s.io/scheduler-plugins v0.26.7
2425
sigs.k8s.io/yaml v1.4.0
2526
volcano.sh/apis v1.8.0
@@ -68,7 +69,7 @@ require (
6869
github.com/prometheus/client_model v0.5.0 // indirect
6970
github.com/prometheus/common v0.45.0 // indirect
7071
github.com/prometheus/procfs v0.12.0 // indirect
71-
github.com/ray-project/kuberay/ray-operator v0.0.0-20231016183545-097828931d15 // indirect
72+
github.com/ray-project/kuberay/ray-operator v1.1.0-alpha.0 // indirect
7273
github.com/spf13/pflag v1.0.5 // indirect
7374
go.uber.org/multierr v1.11.0 // indirect
7475
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
@@ -92,3 +93,5 @@ require (
9293
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
9394
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
9495
)
96+
97+
replace github.com/project-codeflare/codeflare-common => /root/codeflare-common

0 commit comments

Comments
 (0)