Skip to content

Commit

Permalink
test/configs: modularity
Browse files Browse the repository at this point in the history
Add a modular user-requested package build for the CentOS 9 qcow2 image
to verify that it installs.

Signed-off-by: Simon de Vlieger <[email protected]>
  • Loading branch information
supakeen committed Feb 7, 2025
1 parent b25bb85 commit adaa9d3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions test/config-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,5 +373,13 @@
"centos-10",
"centos-9"
]
},
"./configs/modularity.json": {
"image-types": [
"qcow2"
],
"distros": [
"centos-9"
]
}
}
10 changes: 10 additions & 0 deletions test/configs/modularity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "modularity",
"blueprint": {
"packages": [
{
"name": "@nodejs:18"
}
]
}
}
2 changes: 1 addition & 1 deletion test/data/repositories/centos-9.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
]
}
]
}
}

0 comments on commit adaa9d3

Please sign in to comment.