Skip to content

Commit

Permalink
pipeline: ignore failures from pxe-install scenario
Browse files Browse the repository at this point in the history
This test is flaky right now. See
coreos/coreos-assembler#1597.
  • Loading branch information
jlebon authored and dustymabe committed Jul 15, 2020
1 parent 5effdc7 commit c175ec0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,10 @@ lock(resource: "build-${params.STREAM}") {
""")
try {
parallel metal: {
utils.shwrap("kola testiso -S --output-dir tmp/kola-metal")
utils.shwrap("kola testiso -SP --output-dir tmp/kola-metal")
// ignore PXE failures for now; this test is flaky
// https://github.com/coreos/coreos-assembler/issues/1597
utils.shwrap("kola testiso -S --no-iso --output-dir tmp/kola-metal || :")
}, metal4k: {
utils.shwrap("kola testiso -SP --qemu-native-4k --output-dir tmp/kola-metal4k")
}
Expand Down

0 comments on commit c175ec0

Please sign in to comment.