We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3c870 commit 8f06846Copy full SHA for 8f06846
support/ray.go
@@ -42,6 +42,10 @@ func RayJobStatus(job *rayv1.RayJob) rayv1.JobStatus {
42
return job.Status.JobStatus
43
}
44
45
+func RayJobId(job *rayv1.RayJob) string {
46
+ return job.Status.JobId
47
+}
48
+
49
func GetRayJobId(t Test, namespace, name string) string {
50
t.T().Helper()
51
job := RayJob(t, namespace, name)(t)
0 commit comments