You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TestGangScheduling_ViaKueue corresponds to the schedulingOrchestration/gang_scheduling scenario,
27
+
// for the case that the vendor chooses to demonstrate gang scheduling support via Kueue.
28
+
funcTestGangScheduling_ViaKueue(t*testing.T) {
29
+
// Description:
30
+
// The platform must allow for the installation and successful operation of at least one gang scheduling solution that ensures all-or-nothing scheduling for distributed AI workloads (e.g. Kueue, Volcano, etc.) To be conformant, the vendor must demonstrate that their platform can successfully run at least one such solution.
31
+
32
+
h:=validators.NewValidatorHarness(t)
33
+
34
+
if!h.HasCRD("localqueues.kueue.x-k8s.io") {
35
+
h.Skip("Kueue CRDs not found, skipping gang scheduling test via Kueue")
0 commit comments