Skip to content

Commit b1f48c9

Browse files
committed
rename CFE to OAP
1 parent 36bdda6 commit b1f48c9

File tree

3 files changed

+74
-73
lines changed

3 files changed

+74
-73
lines changed

data/openshift-gce-devel/ci_analysis_qe/component_mapping.json

+70-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/components/certmanager/component.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var CertManagerComponent = Component{
1919
IncludeAll: []string{"bz-cert-manager"},
2020
},
2121
{
22-
IncludeAll: []string{"CFE cert-manager"}, // cert-manager QE cases all have "CFE cert-manager" in junit xml
22+
IncludeAll: []string{"OAP cert-manager"}, // cert-manager QE cases all have "OAP cert-manager" in junit xml
2323
},
2424
},
2525
},

pkg/components/oauthapiserver/component.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ var OauthApiserverComponent = Component{
2525
IncludeAll: []string{"oauth-api", "-connections"},
2626
},
2727
{
28-
SIG: "sig-auth",
29-
Priority: -1,
28+
SIG: "sig-auth",
29+
Priority: -1,
30+
ExcludeAny: []string{"CFE cert-manager"}, // comment ...
3031
},
3132
},
3233
TestRenames: map[string]string{

0 commit comments

Comments
 (0)