test/assembler: check for ostree version metadata
Set the OS version of the commit via the new `os_version` option and make sure that it is in the compose info as well as in the commit metadata.
This commit is contained in:
parent
b89ef5aa5e
commit
fdded58cdd
3 changed files with 16 additions and 2 deletions
|
|
@ -682,7 +682,8 @@
|
|||
"assembler": {
|
||||
"name": "org.osbuild.ostree.commit",
|
||||
"options": {
|
||||
"ref": "fedora/x86_64/osbuild"
|
||||
"ref": "fedora/x86_64/osbuild",
|
||||
"os_version": "32"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -97,7 +97,8 @@
|
|||
"assembler": {
|
||||
"name": "org.osbuild.ostree.commit",
|
||||
"options": {
|
||||
"ref": "fedora/x86_64/osbuild"
|
||||
"ref": "fedora/x86_64/osbuild",
|
||||
"os_version": "32"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue