Generalize deploy.sh to allow setting up reverse dependency tests. Those need the same setup for osbuild and osbuild-composer (i.e., the ones under test), and in addition need the -tests package of the dependant project. Add test runs for koji-osbuild for all operating systems in Jenkinsfile. Use a commit in koji-osbuild for which a repository was pushed to s3 in the right format.
21 lines
401 B
Text
21 lines
401 B
Text
{
|
|
"fedora-32": {
|
|
"dependants": {
|
|
"koji-osbuild": {
|
|
"commit": "c282b9b1f087fc58cf96f2d1322e90bb4e75bae7"
|
|
}
|
|
}
|
|
},
|
|
"rhel-8.3": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "5aee7b9fa724575daa010a55cad0558fbb7b9ad1"
|
|
}
|
|
},
|
|
"dependants": {
|
|
"koji-osbuild": {
|
|
"commit": "c282b9b1f087fc58cf96f2d1322e90bb4e75bae7"
|
|
}
|
|
}
|
|
}
|
|
}
|