Merge pull request #2733 from ostreedev/dependabot/submodules/libglnx-e701578

build(deps): bump libglnx from `26375b5` to `e701578`
This commit is contained in:
Luca Bruno 2022-10-13 15:36:28 +00:00 committed by GitHub
commit a335a780a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 35 deletions

View File

@ -40,9 +40,9 @@ stage("Build") {
} }
} }
// Build FCOS and do a kola basic run // Build FCOS and run kola tests.
stage("FCOS") { // Both kola and kolaTestIso require 4G max. Add 512M for overhead.
cosaPod(runAsUser: 0, memory: "3072Mi", cpu: "4") { cosaPod(runAsUser: 0, memory: "4608Mi", cpu: "4") {
stage("Build FCOS") { stage("Build FCOS") {
checkout scm checkout scm
unstash 'build' unstash 'build'
@ -63,17 +63,6 @@ stage("FCOS") {
""") """)
} }
stage("Test") { kola(cosaDir: "${env.WORKSPACE}")
parallel metal: { kolaTestIso(cosaDir: "${env.WORKSPACE}", skipMetal4k: true, skipMultipath: true)
try {
shwrap("kola testiso -S --scenarios pxe-install,iso-offline-install,pxe-offline-install --output-dir tmp/kola-testiso-metal")
} finally {
shwrap("tar -cf - tmp/kola-testiso-metal/ | xz -c9 > ${env.WORKSPACE}/kola-testiso-metal.tar.xz")
archiveArtifacts allowEmptyArchive: true, artifacts: 'kola-testiso*.tar.xz'
}
}, kola: {
fcosKola(cosaDir: "${env.WORKSPACE}")
}
}
}
} }

@ -1 +1 @@
Subproject commit 26375b5308360764bc6604f292192b88a59ad3ce Subproject commit e701578c6f4e621c7c3c688b5a04bcbf0a67d930