
It's to workaround issue with missing support for amd-sev-es feature by cpu used on some cloud providers. This is actually libvirt issue, and it shouldn't fail to spawn vms in such case. Please check bugzilla [1] for more details. According to [1] to workaround that bug edk2-ovmf package can be downgraded to the previous version and this is what that patch is doing. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1961562 Change-Id: I076fa17852f38afce59107899197b4da4f36596a
31 lines
762 B
YAML
31 lines
762 B
YAML
---
|
|
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.0.1
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-byte-order-marker
|
|
- id: check-case-conflict
|
|
- id: check-executables-have-shebangs
|
|
- id: check-merge-conflict
|
|
- id: check-symlinks
|
|
- id: check-yaml
|
|
- id: detect-private-key
|
|
- id: end-of-file-fixer
|
|
- id: forbid-new-submodules
|
|
- id: requirements-txt-fixer
|
|
args: [linters-requirements.txt]
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/adrienverge/yamllint.git
|
|
rev: v1.26.1
|
|
hooks:
|
|
- id: yamllint
|
|
files: \.(yaml|yml)$
|
|
|
|
- repo: https://opendev.org/openstack/bashate.git
|
|
rev: 2.0.0
|
|
hooks:
|
|
- id: bashate
|