containers / qm

QM is a containerized environment for running Functional Safety qm (Quality Management) software
https://github.com/containers/qm
GNU General Public License v2.0
20 stars 21 forks source link

[TRACKER ONLY] tests: CI/CD pipeline (tmt) -.pipelines[6].stages[5]: could not find schema information for 'org.osbuild-auto.ostree.pre-gen' #412

Closed dougsland closed 4 months ago

dougsland commented 4 months ago

This is not really QM code but it's a integration test as CentOS Automotive Stream image uses QM and cs9-qemu-qmcontainer-ostree.x86_64.qcow2 is failing. We need to join forces and figure out why.

# git clone https://gitlab.com/CentOS/automotive/sample-images.git
# cd sample-images/osbuild-manifests
# make cs9-qemu-qmcontainer-ostree.x86_64.qcow2
osbuild-mpp -I . -D image_type="\"ostree\"" -D arch=\"x86_64\" -D distro_name="\"cs9\"" -D target="\"qemu\""    images/qmcontainer.mpp.yml _build/cs9-qemu-qmcontainer-ostree.x86_64.json
osbuild --checkpoint build --store _build/osbuild_store --output-directory _build/image_output --cache-max-size=1GB --export qcow2 _build/cs9-qemu-qmcontainer-ostree.x86_64.json
_build/cs9-qemu-qmcontainer-ostree.x86_64.json has errors:

.pipelines[6].stages[5]:
  could not find schema information for 'org.osbuild-auto.ostree.pre-gen'

make: *** [Makefile:171: cs9-qemu-qmcontainer-ostree.x86_64.qcow2] Error 2

See-Also: https://github.com/containers/qm/issues/406

dougsland commented 4 months ago

@alexlarsson looks like this one https://gitlab.com/CentOS/automotive/sample-images/-/commit/5ed1d4cff344be612add49e204cfa88ee1aa707d introduced this error.

cc @Yarboa

dougsland commented 4 months ago

Just opened: https://gitlab.com/CentOS/automotive/sample-images/-/issues/25 so this one now is a tracker.

dougsland commented 4 months ago

Sent a patch: https://gitlab.com/CentOS/automotive/sample-images/-/merge_requests/507

dougsland commented 4 months ago

not really related to QM, patch already sent to CentOS Automotive Stream Distro, no need to keep it opened.