Skip to content

Commit d87d1e2

Browse files
committed
ci: include cosa osbuild metal4k test to catch potential regressions
1 parent b680523 commit d87d1e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.cci.jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parallel build: {
2222
""")
2323
}
2424
shwrap("""
25-
make install install-grub-static install-systemd-unit DESTDIR=\$(pwd)/insttree/
25+
make install-all DESTDIR=\$(pwd)/insttree/
2626
tar -c -C insttree/ -zvf insttree.tar.gz .
2727
""")
2828
stash includes: 'insttree.tar.gz', name: 'build'
@@ -55,6 +55,7 @@ cosaPod(runAsUser: 0, memory: "4608Mi", cpu: "4") {
5555
rmdir insttree
5656
cosa fetch
5757
cosa build
58+
cosa osbuild metal4k
5859
""")
5960
}
6061
// The e2e-adopt test will use the ostree commit we just generated above

0 commit comments

Comments
 (0)