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
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue