test: enable ignore_missing_repos in service configs

This commit is contained in:
Achilleas Koutsou 2024-10-31 18:50:28 +01:00 committed by Lukáš Zapletal
parent 5d6a4b762b
commit c9e412f320
5 changed files with 8 additions and 0 deletions

View file

@ -136,6 +136,7 @@ PGUSER=postgres PGPASSWORD=foobar PGDATABASE=osbuildcomposer PGHOST=localhost PG
popd
cat <<EOF | sudo tee "/etc/osbuild-composer/osbuild-composer.toml"
ignore_missing_repos = true
log_level = "debug"
[koji]
allowed_domains = [ "localhost", "client.osbuild.org" ]
@ -778,6 +779,7 @@ verifyPackageList
#
greenprint "Verifying oauth2"
cat <<EOF | sudo tee "/etc/osbuild-composer/osbuild-composer.toml"
ignore_missing_repos = true
[koji]
enable_tls = false
enable_mtls = false