summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lebon <jonathan@jlebon.com>2023-03-01 09:42:46 -0500
committerColin Walters <walters@verbum.org>2023-03-17 11:29:19 -0400
commit90ffc149cb1ab63a68243050717c5e96bae910a0 (patch)
treefeb677116fcd8eae4baf71a33daaaf304213b2d8
parent233cc8ce85e46a9a28ce302dd8d003f141531d69 (diff)
downloadostree-90ffc149cb1ab63a68243050717c5e96bae910a0.tar.gz
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.
-rw-r--r--.cci.jenkinsfile2
1 files changed, 1 insertions, 1 deletions
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.*")
}