projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
012af18
)
ci: add pxe-offline-install testiso scenario
author
Stephen Lowrie
<stephen.lowrie@gmail.com>
Tue, 11 Aug 2020 05:02:12 +0000
(
00:02
-0500)
committer
Stephen Lowrie
<stephen.lowrie@gmail.com>
Tue, 11 Aug 2020 05:02:12 +0000
(
00:02
-0500)
.cci.jenkinsfile
patch
|
blob
|
history
diff --git
a/.cci.jenkinsfile
b/.cci.jenkinsfile
index 79425a494a36125f8fdc369de35ea22cdb2cf5e1..add8c35ab2bebc3539955491e70bafa6e11038bf 100644
(file)
--- a/
.cci.jenkinsfile
+++ b/
.cci.jenkinsfile
@@
-87,7
+87,7
@@
parallel fcos: {
stage("Test") {
parallel metal: {
try {
- shwrap("kola testiso -S --scenarios pxe-install,iso-offline-install --output-dir tmp/kola-testiso-metal")
+ 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'