Skip to content

Commit 92b1455

Browse files
Merge pull request #2422 from stbenjam/tp-filter
Remove "techpreview" filter on verify job
2 parents f313adb + 6ab9ce4 commit 92b1455

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)