action #130943
Updated by okurz 8 months ago
## Motivation
See epic #130850
## Acceptance criteria
* **AC1:** One is able to customize test scheduling in github description/comments with additional test parameters, e.g. `openqa: `@openqa http://my/openqa/t1 FOO=bar` or `openqa: `@openqa BAR=eggs`
## Suggestions
* Wait for #130934 and #130940
* See https://github.com/os-autoinst/scripts/pull/292 how it was done for cloning script based on github description
* Additional test parameters specified are applied same as users are used to with openqa-clone-job - we don't expect to use the script but e.g. CloneJob.pm or refactor code as needed to support that
* Extend documentation to cover that
Back