Alexander Todorov 2024-04-19 14:55:31 +03:00
parent 632cfb36f1
commit 8900d6f295
3 changed files with 72 additions and 4 deletions

View File

@ -1,7 +1,6 @@
--- !Policy
product_versions:
- fedora-*
decision_contexts: [bodhi_update_push_stable]
subject_type: koji_build
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

File diff suppressed because one or more lines are too long

View File

@ -23,6 +23,11 @@ function running {
}
backend_start() {
# configure the repositories for latest rel-eng b/c defaults point to CDN!
# and/or internal Fedora URLs instead of mirrors
mkdir -p /etc/osbuild-composer/repositories/
cp "$TOPDIR"/repositories/*.json /etc/osbuild-composer/repositories/
export BACKEND="osbuild-composer"
systemctl start osbuild-composer.socket
RET=$?