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

@ -90,7 +90,8 @@ def check_baseurl(repo, snapshots):
return invalid, newer
def check_snapshot_urls(urls, snapshots, skip=["test/data/manifests", "test/data/stages"], errors_only=False):
def check_snapshot_urls(urls, snapshots, skip=["test/data/assemblers", "test/data/manifests", "test/data/stages"],
errors_only=False):
"""check the urls against the current list of snapshots
Returns: