Skip to content

Commit

Permalink
chore: remove the unused specs (#3537)
Browse files Browse the repository at this point in the history
* chore: remove the unused specs

Signed-off-by: Xiangce Liu <[email protected]>

* Remove the cpu_vulns_* specs from sos_archive

Signed-off-by: Xiangce Liu <[email protected]>

* Remove heat_api_log and neutron_sriov_agent

Signed-off-by: Xiangce Liu <[email protected]>
(cherry picked from commit b5a92a7)
  • Loading branch information
xiangce committed Oct 13, 2022
1 parent 0bed986 commit 191b1c9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 73 deletions.
4 changes: 0 additions & 4 deletions insights/specs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ class Specs(SpecSet):
cpu_smt_active = RegistryPoint()
cpu_smt_control = RegistryPoint()
cpu_vulns = RegistryPoint(multi_output=True)
cpu_vulns_meltdown = RegistryPoint()
cpu_vulns_spectre_v1 = RegistryPoint()
cpu_vulns_spectre_v2 = RegistryPoint()
cpu_vulns_spec_store_bypass = RegistryPoint()
cpuinfo_max_freq = RegistryPoint()
cpuinfo = RegistryPoint()
cpupower_frequency_info = RegistryPoint()
Expand Down
Loading

0 comments on commit 191b1c9

Please sign in to comment.