test/run/assemblers: convert to a v2 manifest

Instead of using the F34-based manifests, let's switch to F38. I tried my
best to import the vars into the new manifest, but I don't think that's
currently supported.
This commit is contained in:
Ondřej Budai 2023-09-01 15:39:17 +02:00 committed by Brian C. Lane
parent 5adbecba43
commit 3bb5a00375
5 changed files with 1156 additions and 4 deletions

View file

@ -205,6 +205,7 @@ coverity-clean-all: coverity-clean
TEST_MANIFESTS_MPP = $(filter-out $(SRCDIR)/test/data/manifests/fedora-build.mpp.yaml, \
$(wildcard $(SRCDIR)/test/data/manifests/*.mpp.yaml)) \
$(wildcard $(SRCDIR)/test/data/assemblers/*.mpp.yaml) \
$(wildcard $(SRCDIR)/test/data/stages/*/*.mpp.yaml)
TEST_MANIFESTS_GEN = $(TEST_MANIFESTS_MPP:%.mpp.yaml=%.json)