Skip to content

Commit 030e988

Browse files
ravanellidustymabe
authored andcommitted
build: Drop kolatestiso workaround check
- Drop kolatestiso workaround since we don't need it anymore due coreos/fedora-coreos-config#2230 Signed-off-by: Renata Ravanelli <[email protected]>
1 parent 85a172f commit 030e988

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

jobs/build.Jenkinsfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)