Skip to content

Commit 7d72bdc

Browse files
committed
upkeep: add jobtier for tnf jobs to allow verify to check tests
Signed-off-by: ehila <ehila@redhat.com>
1 parent e2af7f4 commit 7d72bdc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

tools/codegen/cmd/featuregate-test-analyzer.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,18 +586,21 @@ var (
586586
Architecture: "amd64",
587587
Topology: "two-node-fencing",
588588
NetworkStack: "ipv4",
589+
JobTiers: "candidate,standard,informing,blocking",
589590
},
590591
{
591592
Cloud: "metal",
592593
Architecture: "amd64",
593594
Topology: "two-node-fencing",
594595
NetworkStack: "ipv6",
596+
JobTiers: "candidate,standard,informing,blocking",
595597
},
596598
{
597599
Cloud: "metal",
598600
Architecture: "amd64",
599601
Topology: "two-node-fencing",
600602
NetworkStack: "dual",
603+
JobTiers: "candidate,standard,informing,blocking",
601604
},
602605
}
603606

@@ -651,8 +654,8 @@ func (a OrderedJobVariants) Less(i, j int) bool {
651654
type TestingResults struct {
652655
JobVariant JobVariant
653656

654-
TestResults []TestResults
655-
HasCandidateTierResults bool // true if candidate-tier queries returned any test data
657+
TestResults []TestResults
658+
HasCandidateTierResults bool // true if candidate-tier queries returned any test data
656659
}
657660

658661
type TestResults struct {

0 commit comments

Comments
 (0)