File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/openshift/api v0.0.0-20240904015708-69df64132c91
12
12
github.com/openshift/client-go v0.0.0-20240904130219-3795e907a202
13
13
github.com/project-codeflare/appwrapper v1.0.4
14
- github.com/project-codeflare/codeflare-common v0.0.0-20250128135036-f501cd31fe8b
14
+ github.com/project-codeflare/codeflare-common v0.0.0-20250306164418-eb812487be82
15
15
github.com/ray-project/kuberay/ray-operator v1.2.2
16
16
go.uber.org/zap v1.27.0
17
17
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
225
225
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
226
226
github.com/project-codeflare/appwrapper v1.0.4 h1:364zQLX0tsi4LvBBYNKZL7PPbNWPbVU7vK6+/kVV/FQ =
227
227
github.com/project-codeflare/appwrapper v1.0.4 /go.mod h1:A1b6bMFNMX5Btv3ckgeuAHVVZzp1G30pSBe6BE/xJWE =
228
- github.com/project-codeflare/codeflare-common v0.0.0-20250128135036-f501cd31fe8b h1:MOmv/aLx/kcHd7PBErx8XNSTW180s8Slf/uVM0uV4rw =
229
- github.com/project-codeflare/codeflare-common v0.0.0-20250128135036-f501cd31fe8b /go.mod h1:DPSv5khRiRDFUD43SF8da+MrVQTWmxNhuKJmwSLOyO0 =
228
+ github.com/project-codeflare/codeflare-common v0.0.0-20250306164418-eb812487be82 h1:cL1K2+r1lJVwBkhXiVFr2A9DphnylJmilYDIqg/W62M =
229
+ github.com/project-codeflare/codeflare-common v0.0.0-20250306164418-eb812487be82 /go.mod h1:DPSv5khRiRDFUD43SF8da+MrVQTWmxNhuKJmwSLOyO0 =
230
230
github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y =
231
231
github.com/prometheus/client_golang v1.20.5 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
232
232
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ func TestMnistRayJobRayClusterGpu(t *testing.T) {
50
50
func runMnistRayJobRayCluster (t * testing.T , accelerator string , numberOfGpus int ) {
51
51
test := With (t )
52
52
53
- // Create a namespace
53
+ // Create a static namespace to ensure a consistent Ray Dashboard hostname entry in /etc/hosts before executing the test.
54
54
namespace := test .NewTestNamespace (WithNamespaceName ("test-ns-1" ))
55
55
56
56
// Create Kueue resources
@@ -121,7 +121,7 @@ func TestMnistRayJobRayClusterAppWrapperGpu(t *testing.T) {
121
121
func runMnistRayJobRayClusterAppWrapper (t * testing.T , accelerator string , numberOfGpus int ) {
122
122
test := With (t )
123
123
124
- // Create a namespace
124
+ // Create a static namespace to ensure a consistent Ray Dashboard hostname entry in /etc/hosts before executing the test.
125
125
namespace := test .NewTestNamespace (WithNamespaceName ("test-ns-2" ))
126
126
127
127
// Create Kueue resources
You can’t perform that action at this time.
0 commit comments