Skip to content

Commit

Permalink
add team-a-queue to quicktest unit test cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin <[email protected]>
  • Loading branch information
KPostOffice authored and openshift-merge-bot[bot] committed May 23, 2024
1 parent 7b8ee11 commit f96c3e3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,16 @@ def get_local_queue(group, version, namespace, plural):
"namespace": "ns",
},
"spec": {"clusterQueue": "cluster-queue"},
}
},
{
"apiVersion": "kueue.x-k8s.io/v1beta1",
"kind": "LocalQueue",
"metadata": {
"name": "team-a-queue",
"namespace": "ns",
},
"spec": {"clusterQueue": "team-a-queue"},
},
],
"kind": "LocalQueueList",
"metadata": {"continue": "", "resourceVersion": "2266811"},
Expand Down

0 comments on commit f96c3e3

Please sign in to comment.