Skip to content

Commit

Permalink
squash: move
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Jan 13, 2025
1 parent 7835038 commit 8fc3b73
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 30 deletions.
24 changes: 0 additions & 24 deletions spec/core/order.fmf
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/:
select: true

summary: Order in which the object should be handled

description:
Expand All @@ -17,24 +14,3 @@ example: |
link:
- implemented-by: /tmt/base.py
- verified-by: /tests/core/order

/predefined-order:
title: Predefined order values

description: |
30
Installation of essential plugin and check requirements.

50
The default order of any object.

60
Application of patches by ``rpm-build`` command invoked by
:ref:`discover/fmf</plugins/discover/fmf>` plugin when
``dist-git-source`` key is used.

70
Installation of packages :ref:`required</spec/tests/require>` by tests.

75
Installation of packages :ref:`recommended</spec/tests/recommend>` by tests.
25 changes: 19 additions & 6 deletions spec/plans/prepare.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,25 @@ description: |

Use the ``order`` attribute to select in which order the
preparation should happen if there are multiple configs.
Default order is ``50``. For installation of essential plugin
and check requirements ``30`` is used, for installation of
required packages gathered from the :ref:`/spec/tests/require`
attribute of individual tests order ``70`` is used, for recommended
packages it is ``75``. The Dist-git prepare happens before those,
with order ``60``.
The following are predefined ``order`` values of various
preparations:

30
Installation of essential plugin and check requirements.

50
The default order of any object.

60
Application of patches by ``rpm-build`` command invoked by
:ref:`discover/fmf</plugins/discover/fmf>` plugin when
``dist-git-source`` key is used.

70
Installation of packages :ref:`required</spec/tests/require>` by tests.

75
Installation of packages :ref:`recommended</spec/tests/recommend>` by tests.

.. note::

Expand Down

0 comments on commit 8fc3b73

Please sign in to comment.