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 --- !Policy
product_versions: product_versions:
- fedora-* - rhel-10
decision_contexts: [bodhi_update_push_stable] decision_context: osci_compose_gate
subject_type: koji_build
rules: 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() { 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" export BACKEND="osbuild-composer"
systemctl start osbuild-composer.socket systemctl start osbuild-composer.socket
RET=$? RET=$?