Skip to content

Commit

Permalink
squash: update docs and spec
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Oct 17, 2024
1 parent d3a92ce commit 2cd409d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Releases
======================

tmt-1.38.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The :ref:`/plugins/provision/beaker` provision plugin gains
support for :ref:`system.model-name</spec/hardware/system>`
hardware requirement.

tmt-1.37.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
10 changes: 9 additions & 1 deletion spec/hardware/system.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,20 @@ description: |
# Integer or string, required number of NUMA nodes.
numa-nodes: 2|">= 2"

.. versionchanged:: 1.38
``beaker`` plugins supports ``model-name``

example:
- |
# Select any system by a given vendor
system:
vendor-name: "~ HPE"

- |
# Select any system by a given model name
system:
model-name: "~ PowerEdge R750"

- |
# Select any HPE system with enough NUMA nodes.
system:
Expand All @@ -34,4 +42,4 @@ example:

link:
- implemented-by: /tmt/steps/provision/mrack.py
note: "``system.numa-nodes`` only"
note: "``system.numa-nodes`` and ``system.model-name`` only"

0 comments on commit 2cd409d

Please sign in to comment.