Skip to content

Commit

Permalink
kola: denylist rhcos.upgrade.from-ocp-rhcos for now
Browse files Browse the repository at this point in the history
This is a hack but we're in a time crunch and this is the fastest
way to effect a change.

We'll revert this in the near future.
  • Loading branch information
dustymabe authored and jlebon committed Dec 7, 2022
1 parent 6fe6238 commit 0642543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/kola.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def call(params = [:]) {
// normal run (without reprovision tests because those require a lot of memory)
id = marker == "" ? "kola" : "kola-${marker}"
ids += id
shwrap("cd ${cosaDir} && cosa kola run ${rerun} --output-dir=${outputDir}/${id} --build=${buildID} ${archArg} ${platformArgs} --tag '!reprovision' --parallel ${parallel} ${args}")
shwrap("cd ${cosaDir} && cosa kola run ${rerun} --output-dir=${outputDir}/${id} --build=${buildID} ${archArg} ${platformArgs} --denylist-test rhcos.upgrade.from-ocp-rhcos --tag '!reprovision' --parallel ${parallel} ${args}")

// re-provision tests (not run with --parallel argument to kola)
id = marker == "" ? "kola-reprovision" : "kola-reprovision-${marker}"
Expand Down

0 comments on commit 0642543

Please sign in to comment.