schutzbot: add CI integration
The CI is in two stages, for each supported distro. First the RPMs are generated from the spec file in the repo for the given distro and architecture. Once all the RPM builds have succeeded successfully, a test machine is provisioned with osbulid-composer installed, and koji API enabled. The repository containing the RPMs of the code being tested is also enabled on the test machine, and the cli client is installed. Finally, the test/integration.sh script is executed, which currently does nothing. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
ec033ed623
commit
a416570ea2
9 changed files with 450 additions and 0 deletions
3
test/integration.sh
Executable file
3
test/integration.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "IT IS ALIVE!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue