File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -369,20 +369,6 @@ lock(resource: "build-${params.STREAM}") {
369369 stage("Kola:TestISO") {
370370 kolaTestIso(cosaDir: env.WORKSPACE, arch: basearch,
371371 skipSecureBoot: pipecfg.hotfix?.skip_secureboot_tests_hack)
372- // For now we want to notify ourselves when a particular workaround is observed.
373- // It won't fail the build, just give us information.
374- // https://github.com/coreos/fedora-coreos-tracker/issues/1233
375- // XXX: This relies on implementation details in kolatestIso(),
376- // but since this is a hack and probably short lived that's OK.
377- // First check to make sure the files exist, then grep for the workaround.
378- shwrap("cosa shell -- ls tmp/kolaTestIso-*/kola-testiso-uefi/insecure/{iso-live-login,iso-as-disk}/console.txt")
379- def grepRc = shwrapRc("""
380- cosa shell -- grep 'tracker issue workaround engaged for .*issues/1233' \
381- tmp/kolaTestIso-*/kola-testiso-uefi/insecure/{iso-live-login,iso-as-disk}/console.txt
382- """)
383- if (grepRc == 0) {
384- warn("Detected used workaround for #1233")
385- }
386372 }
387373 }
388374 }
You can’t perform that action at this time.
0 commit comments