Enable gating for RHEL-10
RPM GPG keys extracted from: http://download.stream.rdu2.redhat.com/composes/stream-10/production/CentOS-Stream-10-20240419.0/compose/BaseOS/x86_64/os/Packages/centos-gpg-keys-10.0-0.6.el10.noarch.rpm Resolves: RHELMISC-3930
This commit is contained in:
parent
632cfb36f1
commit
8900d6f295
@ -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}
|
||||||
|
64
tests/repositories/centos-10.json
Normal file
64
tests/repositories/centos-10.json
Normal file
File diff suppressed because one or more lines are too long
@ -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=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user