ci: use JSON format for __bootc_validation

On some versions of ansible/jinja, the YAML format does not work, so use
the JSON format to pass in __bootc_validation

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2025-09-19 18:19:48 -06:00 committed by Richard Megginson
parent cdd09dec88
commit 6688742e3c

View file

@ -201,7 +201,7 @@ jobs:
if tox -e "$env" -- --image-file "$(pwd)/$image_file" \
--log-level debug $TOX_ARGS \
--lsr-report-errors-url DEFAULT \
-e "__bootc_validation: true" \
-e '{"__bootc_validation": true}' \
-- "$test" >out 2>&1; then
mv out "${test}-PASS.log"
else