mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
20 lines
726 B
YAML
20 lines
726 B
YAML
---
|
|
packaging_utility: fedpkg
|
|
# 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/
|
|
# Test data to be used by the tests.
|
|
# Items in here are mapped by their name to the tests that use them.
|
|
# For example test_scratch_build will use scratch_build.
|
|
testdata:
|
|
scratch_build:
|
|
# Name of the module.
|
|
module: testmodule
|
|
# Branch which is going to be built for this test.
|
|
branch: scratch-build-branch
|