|
8 | 8 | tmt-1.40.0
|
9 | 9 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
10 | 10 |
|
11 |
| -Add the ``--workdir-root`` option for the ``tmt clean`` and ``tmt run`` |
12 |
| -commands so that users can specify the directory they want. |
| 11 | +The execution of individual step configurations can be controlled |
| 12 | +using the new :ref:`when<when-config>` key. Enable and disable |
| 13 | +selected step phase easily with the same syntax as used for the |
| 14 | +context :ref:`/spec/core/adjust` rules. |
| 15 | + |
| 16 | +When the ``login`` command is used to enter an interactive session |
| 17 | +on the guest, for example during a ``tmt try`` session, the |
| 18 | +current working directory is set to the path of the last executed |
| 19 | +test, so that users can easily investigate the test code there and |
| 20 | +experiment with it directly on the guest. |
| 21 | + |
| 22 | +A new ``--workdir-root`` option is now supported in the ``tmt |
| 23 | +clean`` and ``tmt run`` commands so that users can specify the |
| 24 | +directory which should be cleaned up and where new test runs |
| 25 | +should be stored. |
13 | 26 |
|
14 |
| -Add the ``--keep`` option for the ``tmt clean guests`` and ``tmt clean`` |
15 |
| -commands. Users can now choose to keep the selected number of latest guests, |
16 |
| -and maybe also runs, clean the rest to release the resources. |
| 27 | +New ``--keep`` option has been implemented for the ``tmt clean |
| 28 | +guests`` and ``tmt clean`` commands. Users can now choose to keep |
| 29 | +the selected number of latest guests, and maybe also runs, clean |
| 30 | +the rest to release the resources. |
17 | 31 |
|
18 | 32 | The log file paths of tmt subresults created by shell tests by
|
19 | 33 | calling the ``tmt-report-result`` or by calling beakerlib's
|
20 | 34 | ``rlPhaseEnd`` saved in ``results.yaml`` are now relative to the
|
21 | 35 | ``execute`` directory.
|
22 | 36 |
|
23 |
| -Documentation pages now use the `new tmt logo`__ designed by Maria Leonova. |
24 |
| - |
25 |
| -__ https://github.com/teemtee/docs/tree/main/logo |
26 |
| - |
27 |
| -When the ``login`` command is used to enter an interactive session |
28 |
| -on the guest, for example during the ``tmt try`` command, the |
29 |
| -current working directory is set to the path of the last |
30 |
| -executed test, so that users can easily investigate the test |
31 |
| -code there and experiment with it directly on the guest. |
32 |
| - |
33 | 37 | The :ref:`/plugins/report/reportportal` plugin now handles the
|
34 | 38 | timestamps for ``custom`` and ``restraint`` results correctly. It
|
35 | 39 | should prevent the ``start-time`` of a result being higher than
|
36 | 40 | the ``end-time``. It should be also ensured that the end time of
|
37 | 41 | all launch items is the same or higher than the start time of a
|
38 | 42 | parent item/launch.
|
39 | 43 |
|
40 |
| -The :ref:`/plugins/provision/beaker` provision plugin gains support |
41 |
| -for adding pubkeys to instance by populating the kickstart file. |
| 44 | +The :ref:`/plugins/provision/beaker` provision plugin gained |
| 45 | +support for adding public keys to the guest instance by populating |
| 46 | +the kickstart file. |
| 47 | + |
| 48 | +Documentation pages now use the `new tmt logo`__ designed by Maria |
| 49 | +Leonova. |
| 50 | + |
| 51 | +__ https://github.com/teemtee/docs/tree/main/logo |
42 | 52 |
|
43 | 53 |
|
44 | 54 | tmt-1.39.0
|
@@ -71,8 +81,6 @@ Limits can be controlled using the newly introduced
|
71 | 81 | ``--traceback-size-limit`` or the respective environment
|
72 | 82 | variables.
|
73 | 83 |
|
74 |
| -The execution of individual step configurations can be controlled |
75 |
| -using the :ref:`when-config` key. |
76 | 84 |
|
77 | 85 | tmt-1.38.0
|
78 | 86 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
0 commit comments