Skip to content
Snippets Groups Projects

CI: Extend integration testing

Merged Caleb Connolly requested to merge caleb/moar-testing into master
All threads resolved!
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -103,6 +103,16 @@ pytest:
- apk upgrade -U
- apk add doas git losetup python3 openssl
- echo "permit nopass build" > /etc/doas.d/ci-user.conf
# Add built packages and images as artifacts so they can be inspected
# if needed.
after_script:
- mkdir packages
- mkdir images
- mv /home/build/.local/var/pmbootstrap/packages/* packages/
- mv /home/build/.local/var/pmbootstrap/chroot_native/home/pmos/rootfs/* images/
artifacts:
paths: [packages, images]
expire_in: 1 week
# Test that we can generate an install rootfs on AMD64 for native
# and arm64 QEMU targets
Loading