mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-10 16:44:59 +08:00
This is the first step to have some tests, that we could run against an MBS instance, to check that it's functionally correct. Ultimately, these will replace the test scripts (`contrib/test-*`). This doesn't really do anything yet, but I would like to make sure that everyone is on the same page regarding how this will be set up. Signed-off-by: Hunor Csomortáni <csomh@redhat.com>
10 lines
373 B
YAML
10 lines
373 B
YAML
---
|
|
# API endpoint of the MBS instance under test.
|
|
mbs_api: https://mbs.fedoraproject.org/module-build-service/2/module-builds/
|
|
# Git instance used by the build system.
|
|
git_url: https://src.fedoraproject.org/
|
|
# Koji instance the MBS instance under test communicates with.
|
|
koji:
|
|
server: https://koji.fedoraproject.org/kojihub
|
|
topurl: https://kojipkgs.fedoraproject.org/
|