Skip to content

Commit 6ab9ce4

Browse files
committed
Remove "techpreview" filter on verify job
`oc` is planning on introducing feature gated tests that would run /against/ a normal cluster (i.e. a CI job that doesn't have featureset=techpreview). In order to collect these results, we need to remove the filter on featureset=techpreview. For other FG, the tests only appear in jobs that are techpreview, so I believe removing this filter from Sippy's queries is a net neutral change.
1 parent f313adb commit 6ab9ce4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/codegen/pkg/sippy/json_types.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ func QueriesFor(cloud, architecture, topology, networkStack, testPattern string)
5050
queries := []*SippyQueryStruct{
5151
{
5252
Items: []SippyQueryItem{
53-
{
54-
ColumnField: "variants",
55-
Not: false,
56-
OperatorValue: "contains",
57-
Value: "FeatureSet:techpreview",
58-
},
5953
{
6054
ColumnField: "variants",
6155
Not: false,

0 commit comments

Comments
 (0)