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:
parent
5adbecba43
commit
3bb5a00375
5 changed files with 1156 additions and 4 deletions
1
Makefile
1
Makefile
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue