From 90ffc149cb1ab63a68243050717c5e96bae910a0 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 1 Mar 2023 09:42:46 -0500 Subject: ci: update for new kolaTestIso() The `skipMetal4k` and `skipMultipath` parameters no longer do anything. Instead use `--denylist-test` which is interpreted directly by the new `kola testiso` code. This will run more tests than before. We'll likely cut down tests we consider redundant soon, but that should be transparent to this code. --- .cci.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 762b705b..f36b9501 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -69,5 +69,5 @@ cosaPod(runAsUser: 0, memory: "9Gi", cpu: "4") { """) } kola(cosaDir: "${env.WORKSPACE}") - kolaTestIso(cosaDir: "${env.WORKSPACE}", skipMetal4k: true, skipMultipath: true) + kolaTestIso(cosaDir: "${env.WORKSPACE}", extraArgs: "--denylist-test *.4k.* --denylist-test *.mpath.*") } -- cgit v1.2.1