Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b01de6d0 authored by POUILLOUX Laurent's avatar POUILLOUX Laurent
Browse files

[lib] make microcode optional for schema and remove from csv_importer

parent dd56b386
No related branches found
No related tags found
1 merge request!1376Draft: Remove microcode information
Pipeline #1215264 passed with warnings
......@@ -118,7 +118,6 @@ nodes:
cache_l2: 8 # Fake cache, will be replaced by g5k-checks
cache_l3: 8 # Fake cache, will be replaced by g5k-checks
instruction_set: x86-64 # Common instruction set, will be replaced by g5k-checks
microcode: "0xd000001" # Fake microcode, will be replaced by g5k-checks
ht_capable: true # Default ht capable value, will be replaced by g5k-checks
main_memory:
ram_size: 8 # Fake ram size, will be replaced by g5k-checks
......
......@@ -102,7 +102,7 @@ processor:
cache_l3: integer
clock_speed: integer
instruction_set: string
microcode: string
microcode: optional_string
model: string
other_description: string
vendor: string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment