Commit df7eb4f
OCPBUGS-84961: add kubernetes/conformance umbrella suite
Add a kubernetes/conformance suite that aggregates tests from
kubernetes/conformance/parallel and kubernetes/conformance/serial,
enabling `openshift-tests run kubernetes/conformance` to run all
kubernetes conformance tests in a single invocation.
Uses AddGlobalSuite (not AddSuite) so the umbrella starts with zero
qualifiers and inherits exclusively from its children via the
mergeParentQualifiers fixed-point loop in origin. AddSuite would
prepend a catch-all source qualifier that bypasses the exclusion
filters ([Disabled:], [Disruptive], [Slow], etc.) in the child
qualifiers.
Companion to openshift/origin#31261 which adds the Parents field
and mergeParentQualifiers mechanism.
Upstream: <carry>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 872bd37 commit df7eb4f
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| 89 | + | |
84 | 90 | | |
85 | 91 | | |
86 | 92 | | |
| |||
0 commit comments