Skip to content

Commit 248f161

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents d08d1e7 + 913b228 commit 248f161

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

OWNERS

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,26 @@
11
approvers:
22
- astefanutti
3-
- Bobbins228
43
- chipspeak
5-
- dimakis
4+
- efazal
65
- Fiona-Waters
7-
- jiripetrlik
8-
- kpostoffice
96
- kryanbeane
107
- laurafitzgerald
118
- pawelpaszki
129
- sutaakar
1310
- szaher
14-
- varshaprasad96
1511
reviewers:
1612
- abhijeet-dhumal
1713
- astefanutti
18-
- Bobbins228
1914
- chipspeak
2015
- ChughShilpa
21-
- dimakis
16+
- efazal
2217
- Fiona-Waters
23-
- jiripetrlik
24-
- kpostoffice
18+
- kapil27
2519
- kryanbeane
2620
- laurafitzgerald
2721
- pawelpaszki
2822
- sutaakar
2923
- szaher
30-
- varshaprasad96
3124
emeritus_approvers:
3225
- anishasthana # 2024-09-04
3326
- jbusche # 2024-09-04

tests/kfto/validating_admission_policy_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func TestValidatingAdmissionPolicy(t *testing.T) {
7171
uniqueSuffix("vap"),
7272
AsDefaultQueueNamespace,
7373
)
74+
defer test.Client().Core().CoreV1().Namespaces().Delete(test.Ctx(), ns.Name, metav1.DeleteOptions{})
7475

7576
// Create a namespace that will not receive the `kueue.x-k8s.io/queue-name` label
7677
nsNoLabel = CreateTestNamespaceWithName(test, uniqueSuffix("vap-nl"))

0 commit comments

Comments
 (0)