Skip to content

Commit

Permalink
lib: add new anaconda-webui repository in the testmap
Browse files Browse the repository at this point in the history
This will take the subdirectory of the webui out of the
rhinstaller/anaconda project.
When the move finalizes we need to replace the image updates to run also
against the new repository.
  • Loading branch information
KKoukiou authored and martinpitt committed Nov 2, 2023
1 parent a13cf6d commit 07a269e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ def contexts(image, *scenarios: Iterable[str]):
'fedora-rawhide-boot',
],
},
'rhinstaller/anaconda-webui': {
'main': [
'fedora-rawhide-boot',
],
},
}

# The OSTree variants can't build their own packages, so we build in
Expand Down

0 comments on commit 07a269e

Please sign in to comment.