buildvm-a32 / dnf-automatic: try and get dnf automatic to not install non lpae kernels
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fd0dbee572
commit
2f687633fa
1 changed files with 3 additions and 11 deletions
|
@ -49,20 +49,12 @@ email_host = localhost
|
||||||
|
|
||||||
# Use this to filter DNF core messages
|
# Use this to filter DNF core messages
|
||||||
debuglevel = 1
|
debuglevel = 1
|
||||||
{% if inventory_hostname.startswith('proxy') %}
|
|
||||||
# exclude httpd for now as it's causing lockups in httpd-2.4.52+
|
|
||||||
# https://bz.apache.org/bugzilla/show_bug.cgi?id=65769
|
|
||||||
exclude = httpd*
|
|
||||||
{% endif %}
|
|
||||||
{% if inventory_hostname.startswith('build') %}
|
|
||||||
# exclude git for now as it's breaking koji
|
|
||||||
# https://pagure.io/fedora-infrastructure/issue/10677
|
|
||||||
# https://pagure.io/koji/issue/3351
|
|
||||||
exclude = git*
|
|
||||||
{% endif %}
|
|
||||||
{% if inventory_hostname.startswith('pkgs') %}
|
{% if inventory_hostname.startswith('pkgs') %}
|
||||||
# exclude jq-1.6-3.el8
|
# exclude jq-1.6-3.el8
|
||||||
# as it's causing segfaults in https pushes
|
# as it's causing segfaults in https pushes
|
||||||
# by running out of memory
|
# by running out of memory
|
||||||
exclude = jq-1.6-3.el8
|
exclude = jq-1.6-3.el8
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if inventory_hostname.startswith('buildvm-a32') %}
|
||||||
|
exclude = kernel-core*,kernel-modules*
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue