Merge pull request #2733 from ostreedev/dependabot/submodules/libglnx-e701578
build(deps): bump libglnx from `26375b5` to `e701578`
This commit is contained in:
commit
a335a780a9
|
|
@ -40,9 +40,9 @@ stage("Build") {
|
|||
}
|
||||
}
|
||||
|
||||
// Build FCOS and do a kola basic run
|
||||
stage("FCOS") {
|
||||
cosaPod(runAsUser: 0, memory: "3072Mi", cpu: "4") {
|
||||
// Build FCOS and run kola tests.
|
||||
// Both kola and kolaTestIso require 4G max. Add 512M for overhead.
|
||||
cosaPod(runAsUser: 0, memory: "4608Mi", cpu: "4") {
|
||||
stage("Build FCOS") {
|
||||
checkout scm
|
||||
unstash 'build'
|
||||
|
|
@ -63,17 +63,6 @@ stage("FCOS") {
|
|||
|
||||
""")
|
||||
}
|
||||
stage("Test") {
|
||||
parallel metal: {
|
||||
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}")
|
||||
}
|
||||
}
|
||||
}
|
||||
kola(cosaDir: "${env.WORKSPACE}")
|
||||
kolaTestIso(cosaDir: "${env.WORKSPACE}", skipMetal4k: true, skipMultipath: true)
|
||||
}
|
||||
|
|
|
|||
2
libglnx
2
libglnx
|
|
@ -1 +1 @@
|
|||
Subproject commit 26375b5308360764bc6604f292192b88a59ad3ce
|
||||
Subproject commit e701578c6f4e621c7c3c688b5a04bcbf0a67d930
|
||||
Loading…
Reference in New Issue