Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions data/openshift-gce-devel/ci_analysis_us/component_mapping.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions pkg/components/node/crio/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ var CRIOComponent = Component{
Name: "Node / CRI-O",
Operators: []string{},
DefaultJiraComponent: "Node / CRI-O",
TestRenames: map[string]string{
// SigstoreImageVerification tests
"[sig-imagepolicy][Suite:openshift/disruptive-longrunning][Disruptive][OCPFeatureGate:SigstoreImageVerification][Serial] Should fail clusterimagepolicy signature validation root of trust does not match the identity in the signature": "[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerification][Serial] Should fail clusterimagepolicy signature validation root of trust does not match the identity in the signature [Suite:openshift/conformance/serial]",
"[sig-imagepolicy][Suite:openshift/disruptive-longrunning][Disruptive][OCPFeatureGate:SigstoreImageVerification][Serial] Should fail clusterimagepolicy signature validation when scope in allowedRegistries list does not skip signature verification": "[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerification][Serial] Should fail clusterimagepolicy signature validation when scope in allowedRegistries list does not skip signature verification [Suite:openshift/conformance/serial]",
"[sig-imagepolicy][Suite:openshift/disruptive-longrunning][Disruptive][OCPFeatureGate:SigstoreImageVerification][Serial] Should fail imagepolicy signature validation in different namespaces root of trust does not match the identity in the signature": "[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerification][Serial] Should fail imagepolicy signature validation in different namespaces root of trust does not match the identity in the signature [Suite:openshift/conformance/serial]",
"[sig-imagepolicy][Suite:openshift/disruptive-longrunning][Disruptive][OCPFeatureGate:SigstoreImageVerification][Serial] Should pass clusterimagepolicy signature validation with signed image": "[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerification][Serial] Should pass clusterimagepolicy signature validation with signed image [Suite:openshift/conformance/serial]",
"[sig-imagepolicy][Suite:openshift/disruptive-longrunning][Disruptive][OCPFeatureGate:SigstoreImageVerification][Serial] Should pass imagepolicy signature validation with signed image in namespaces": "[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerification][Serial] Should pass imagepolicy signature validation with signed image in namespaces [Suite:openshift/conformance/serial]",
// SigstoreImageVerificationPKI tests
"[sig-imagepolicy][Suite:openshift/disruptive-longrunning][Disruptive][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] clusterimagepolicy signature validation tests fail with PKI email does not match": "[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] clusterimagepolicy signature validation tests fail with PKI email does not match [Suite:openshift/conformance/serial]",
"[sig-imagepolicy][Suite:openshift/disruptive-longrunning][Disruptive][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] clusterimagepolicy signature validation tests fail with PKI root of trust does not match the identity in the signature": "[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] clusterimagepolicy signature validation tests fail with PKI root of trust does not match the identity in the signature [Suite:openshift/conformance/serial]",
"[sig-imagepolicy][Suite:openshift/disruptive-longrunning][Disruptive][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] clusterimagepolicy signature validation tests pass with valid PKI": "[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] clusterimagepolicy signature validation tests pass with valid PKI [Suite:openshift/conformance/serial]",
"[sig-imagepolicy][Suite:openshift/disruptive-longrunning][Disruptive][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] imagepolicy signature validation tests fail with PKI root of trust does not match the identity in the signature": "[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] imagepolicy signature validation tests fail with PKI root of trust does not match the identity in the signature [Suite:openshift/conformance/serial]",
"[sig-imagepolicy][Suite:openshift/disruptive-longrunning][Disruptive][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] imagepolicy signature validation tests pass with valid PKI": "[sig-imagepolicy][OCPFeatureGate:SigstoreImageVerificationPKI][Serial][Skipped:Disconnected] imagepolicy signature validation tests pass with valid PKI [Suite:openshift/conformance/serial]",
},
Matchers: []config.ComponentMatcher{
{
IncludeAny: []string{
Expand Down