Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
f15cb4dd
Commit
f15cb4dd
authored
2 years ago
by
Zuul
Committed by
Gerrit Code Review
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge "CI: set cpu_model to Nehalem for kvm jobs"
parents
c3dde993
aa1b19c3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/templates/nova-compute-overrides.j2
+9
-0
9 additions, 0 deletions
tests/templates/nova-compute-overrides.j2
zuul.d/base.yaml
+1
-0
1 addition, 0 deletions
zuul.d/base.yaml
with
10 additions
and
0 deletions
tests/templates/nova-compute-overrides.j2
+
9
−
0
View file @
f15cb4dd
...
@@ -3,4 +3,13 @@
...
@@ -3,4 +3,13 @@
cpu_mode=custom
cpu_mode=custom
# cpu_model=max fails to boot multiple images with QEMU 7.0 and -M virt (works with "-M virt-6.2")
# cpu_model=max fails to boot multiple images with QEMU 7.0 and -M virt (works with "-M virt-6.2")
cpu_model=cortex-a72
cpu_model=cortex-a72
{% elif ansible_architecture == 'x86_64' %}
# RHEL 9 are being compiled for the x86_64-v2 architecture which is
# newer than the qemu default of qemu64. Nehalem is apparently the
# oldest model that works for x86_64-v2 and is expected to work on
# Intel and AMD cpus with kvm or qemu.
{% if virt_type == 'kvm' %}
cpu_mode=custom
cpu_model=Nehalem
{% endif %}
{% endif %}
{% endif %}
This diff is collapsed.
Click to expand it.
zuul.d/base.yaml
+
1
−
0
View file @
f15cb4dd
...
@@ -52,6 +52,7 @@
...
@@ -52,6 +52,7 @@
voting
:
false
voting
:
false
files
:
files
:
-
^ansible/roles/(nova-cell)/
-
^ansible/roles/(nova-cell)/
-
^tests/templates/nova-compute-overrides.j2
vars
:
vars
:
virt_type
:
kvm
virt_type
:
kvm
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment