mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-10-20 10:38:34 +00:00
gear: Be sure to run datasource before install
Seems in certain condition the datasource is kicking late and serving the datasource not fast as wanted. We make sure to pull it before install, so we also give chance to convoluted setups to pull configs. Also wires up autoinstall tests to CI
This commit is contained in:
committed by
Itxaka
parent
011ce96475
commit
27280cf8a6
@@ -363,9 +363,11 @@ datasource-iso:
|
||||
WORKDIR /build
|
||||
RUN touch meta-data
|
||||
COPY ./${CLOUD_CONFIG} user-data
|
||||
RUN cat user-data
|
||||
RUN mkisofs -output ci.iso -volid cidata -joliet -rock user-data meta-data
|
||||
SAVE ARTIFACT /build/ci.iso iso.iso AS LOCAL build/datasource.iso
|
||||
|
||||
# usage e.g. ./earthly.sh +run-qemu-tests --FLAVOR=alpine --FROM_ARTIFACTS=true
|
||||
run-qemu-tests:
|
||||
FROM opensuse/leap
|
||||
WORKDIR /test
|
||||
|
Reference in New Issue
Block a user