Skip to content

Commit f2831de

Browse files
committed
Automating OCPSTRAT-2045 feature in upstream
1 parent dbe950b commit f2831de

File tree

7 files changed

+805
-0
lines changed

7 files changed

+805
-0
lines changed

test/extended/include.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ import (
4848
_ "github.com/openshift/origin/test/extended/project"
4949
_ "github.com/openshift/origin/test/extended/prometheus"
5050
_ "github.com/openshift/origin/test/extended/quota"
51+
_ "github.com/openshift/origin/test/extended/rorfs"
5152
_ "github.com/openshift/origin/test/extended/router"
5253
_ "github.com/openshift/origin/test/extended/scheduling"
5354
_ "github.com/openshift/origin/test/extended/security"

test/extended/rorfs/OWNERS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
2+
3+
reviewers:
4+
- gangwgr
5+
- wangke19
6+
- deads2k
7+
- dusk125
8+
approvers:
9+
- gangwgr
10+
- wangke19
11+
- deads2k
12+
- dusk125

0 commit comments

Comments
 (0)