Skip to content
Snippets Groups Projects
Commit cc71fd03 authored by Will Szumski's avatar Will Szumski
Browse files

CI: Don't set cpu mode

Not setting cpu-mode will reduce the number of TCG emulated features.
Hopefully this will make CI more reliable.

Change-Id: I24a8832c02db6ba019ab8f5c2b9d7216a9b7d213
parent a3d3649c
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,9 @@ node_types: ...@@ -13,6 +13,9 @@ node_types:
physical_networks: physical_networks:
- physnet1 - physnet1
console_log_enabled: true console_log_enabled: true
# We seem to hit issues with missing cpu features in CI as a result of using host-model, e.g:
# https://zuul.opendev.org/t/openstack/build/02c33ab51664419a88a5a54ad22852a9/log/primary/system_logs/libvirt/qemu/tk0.txt.gz#38
cpu_mode:
specs: specs:
- type: type0 - type: type0
......
...@@ -14,6 +14,9 @@ node_types: ...@@ -14,6 +14,9 @@ node_types:
physical_networks: physical_networks:
- physnet1 - physnet1
console_log_enabled: true console_log_enabled: true
# We seem to hit issues with missing cpu features in CI as a result of using host-model, e.g:
# https://zuul.opendev.org/t/openstack/build/02c33ab51664419a88a5a54ad22852a9/log/primary/system_logs/libvirt/qemu/tk0.txt.gz#38
cpu_mode:
specs: specs:
- type: type0 - type: type0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment