diff --git a/inventory/group_vars/openqa_lab b/inventory/group_vars/openqa_lab index c488ed8643..5d3c81c753 100644 --- a/inventory/group_vars/openqa_lab +++ b/inventory/group_vars/openqa_lab @@ -20,6 +20,9 @@ freezes: false openqa_assetsize_ppc: 300 openqa_assetsize_updates_ppc: 100 +# we need this bigger on stg to handle Rawhide updates, if we enable +# Rawhide update testing in prod we can just move this to servers_common +openqa_assetsize_updates: 260 openqa_compose_arches: x86_64,aarch64,ppc64le openqa_dbname: openqa-stg openqa_dbpassword: "{{ stg_openqa_dbpassword }}" diff --git a/inventory/group_vars/openqa_lab_workers b/inventory/group_vars/openqa_lab_workers index 2de4f878e1..975471cc58 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -23,4 +23,7 @@ openqa_nfs_worker: true openqa_repo: updates-testing openqa_secret: "{{ stg_openqa_apisecret }}" openqa_workers: 4 +# We want stg workers to use this createhdds branch to test rawhide +# updates +openqa_createhdds_branch: rawhide-updates primary_auth_source: ipa