diff --git a/test/README.md b/test/README.md index fb44f72855..5e8d3ffab0 100644 --- a/test/README.md +++ b/test/README.md @@ -88,7 +88,9 @@ in the form "config": "", "manifest-checksum": "", "osbuild-version": "", + "osbuild-commit": "", "commit": "", + "boot-success": true, "pr": "" } ``` @@ -104,7 +106,9 @@ for example: "config": "all-customizations", "manifest-checksum": "8c0ce3987d78fe6f3307494cd57ceed861de61c3b04786d6a7f570faacbdb5df", "osbuild-version": "osbuild 89", + "osbuild-commit": "74392a0238dec6bfa3f030e46c840148df2814e0", "commit": "52ecfdf1eb345e09c6a6edf4a8d3dd5c8079c51c", + "boot-success": true, "pr": 42 } ``` @@ -145,3 +149,4 @@ Each build job runs in parallel. For each image that is successfully built, a fi - ``: name of a build configuration like the ones found in `./test/configs/` (e.g. `all-customizations`). - ``: a concatenation of all the elements that define a unique build configuration. It is created as `---` with dashes `-` in each component replaced by underscores `_` (e.g. `fedora_38-x86_64-qcow2-all_customizations`). - ``: the ID of the last stage of the manifest. The manifest ID is unaffected by content sources (RPM or commit URLs for example) but not by content hashes. +- ``: the commit ID specified in the `Schutzfile` under `.dependencies.osbuild.commit`. If not specified, it defaults to `RELEASE` and means that osbuild version was installed from the distribution repositories and the `` is the released version for the given distribution.