ci: update for new kolaTestIso()
authorJonathan Lebon <jonathan@jlebon.com>
Wed, 1 Mar 2023 14:42:46 +0000 (09:42 -0500)
committerColin Walters <walters@verbum.org>
Fri, 17 Mar 2023 15:29:19 +0000 (11:29 -0400)
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

index 762b705bb959ddfd965ceba6929d26ecdcc06288..f36b9501931f0097227807a000219eeb03c2651a 100644 (file)
@@ -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.*")
 }