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 a3db2b2 commit 6f7d6b1Copy full SHA for 6f7d6b1
test/support/ray.go
@@ -64,3 +64,7 @@ func GetRayCluster(t Test, namespace, name string) *rayv1alpha1.RayCluster {
64
func RayClusterState(cluster *rayv1alpha1.RayCluster) rayv1alpha1.ClusterState {
65
return cluster.Status.State
66
}
67
+
68
+func WriteRayJobLogs(t Test, rayClient RayClusterClient, namespace, name string) {
69
+ WriteRayJobAPILogs(t, rayClient, GetRayJobId(t, namespace, name))
70
+}
0 commit comments