Skip to content

Commit

Permalink
Merge pull request #2823 from jlebon/pr/testiso-update
Browse files Browse the repository at this point in the history
ci: update for new kolaTestIso()
  • Loading branch information
cgwalters authored Mar 17, 2023
2 parents 4cd97c6 + 90ffc14 commit a63febc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.*")
}

0 comments on commit a63febc

Please sign in to comment.