mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-06-16 15:06:34 +08:00
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
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
|
|
failed_build:
|
|
module: testmodule
|
|
branch: failed-build-branch
|
|
# Batch considered by this test.
|
|
batch: 2
|
|
# List of components expected to fail in the batch.
|
|
failing_components:
|
|
- comp1
|
|
# List of components expected to complete or canceled in the batch.
|
|
canceled_components:
|
|
- comp2
|