From: Jonathan Lebon Date: Wed, 1 Mar 2023 14:42:46 +0000 (-0500) Subject: ci: update for new kolaTestIso() X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~9^2~2^2~12^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=90ffc149cb1ab63a68243050717c5e96bae910a0;p=ostree.git 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. --- 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.*") }