diff --git a/tools/codegen/cmd/featuregate-test-analyzer.go b/tools/codegen/cmd/featuregate-test-analyzer.go index 9c1ac1afc99..99fb275a0a6 100644 --- a/tools/codegen/cmd/featuregate-test-analyzer.go +++ b/tools/codegen/cmd/featuregate-test-analyzer.go @@ -464,7 +464,7 @@ func testResultByName(results []TestResults, testName string) *TestResults { } func listTestResultFor(featureGate string, clusterProfiles sets.Set[string]) (map[JobVariant]*TestingResults, error) { - fmt.Printf("Query component readiness for all test run results for feature gate %q on clusterProfile %q\n", featureGate, sets.List(clusterProfiles)) + fmt.Printf("Query sippy for all test run results for feature gate %q on clusterProfile %q\n", featureGate, sets.List(clusterProfiles)) results := map[JobVariant]*TestingResults{} @@ -555,7 +555,7 @@ func listTestResultForVariant(featureGate string, jobVariant JobVariant) (*Testi testPattern = fmt.Sprintf("install should succeed") } - fmt.Printf("Query component readiness for all test run results for pattern %q on variant %#v\n", testPattern, jobVariant) + fmt.Printf("Query sippy for all test run results for pattern %q on variant %#v\n", testPattern, jobVariant) defaultTransport := &http.Transport{ Proxy: http.ProxyFromEnvironment, diff --git a/tools/codegen/pkg/sippy/json_types.go b/tools/codegen/pkg/sippy/json_types.go index 19399cd355c..1d0d7133621 100644 --- a/tools/codegen/pkg/sippy/json_types.go +++ b/tools/codegen/pkg/sippy/json_types.go @@ -50,6 +50,12 @@ func QueriesFor(cloud, architecture, topology, networkStack, testPattern string) queries := []*SippyQueryStruct{ { Items: []SippyQueryItem{ + { + ColumnField: "current_runs", + Not: false, + OperatorValue: ">", + Value: "0", + }, { ColumnField: "variants", Not: false,