Skip to content

Commit 10d5131

Browse files
committed
update the rename mapping to take into account that suite information will not be removed from the name yet
make mapping update unit test
1 parent faf472a commit 10d5131

File tree

3 files changed

+1478
-6952
lines changed

3 files changed

+1478
-6952
lines changed

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

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/components/component_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ func TestIdentifyTest(t *testing.T) {
5858
{
5959
name: "identifies the correct testID for kubernetes renamed test",
6060
testInfo: v1.TestInfo{
61-
Name: "[sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance]",
62-
Suite: "openshift/conformance/parallel/minimal",
61+
Name: "[sig-network] DNS should provide DNS for the cluster [Conformance] [Suite:openshift/conformance/parallel/minimal] [Suite:k8s]",
6362
},
64-
wantID: "openshift/conformance/parallel/minimal:72f9da4eba692bc8c82964cbd766eb5f",
63+
wantID: "[sig-network] DNS should provide DNS for the cluster [Conformance] [Skipped:Proxy] [Suite:openshift/conformance/parallel/minimal] [Suite:k8s]",
6564
},
6665
}
6766
ti := NewTestIdentifier(componentRegistry, nil)

0 commit comments

Comments
 (0)