Skip to content

Commit a71cfce

Browse files
committed
added boskos tester
1 parent 0a67262 commit a71cfce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hack/prow/minitest/main.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ var deployers = map[string]func(string) deployer.MiniTestDeployer{
3434
"docker": deployer.NewMiniTestDockerDeployerFromConfigFile,
3535
}
3636
var testers = map[string]tester.MiniTestTester{
37-
"kvm-docker-linux-amd64-integration": &tester.KVMDockerLinuxAmd64IntegrationTester{},
38-
"none-docker-linux-amd64-integration": &tester.NoneDockerLinuxAmd64IntegrationTester{},
37+
"kvm-docker-linux-amd64-integration": &tester.KVMDockerLinuxAmd64IntegrationTester{},
38+
"kvm-containerd-linux-amd64-integration": &tester.KVMContainerdLinuxAmd64IntegrationTester{},
39+
"none-docker-linux-amd64-integration": &tester.NoneDockerLinuxAmd64IntegrationTester{},
3940
}
4041

4142
func main() {

0 commit comments

Comments
 (0)