Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add multi-select params to CI connection settings #1229

Open
dnlstpnv opened this issue Feb 20, 2025 · 1 comment
Open

Add multi-select params to CI connection settings #1229

dnlstpnv opened this issue Feb 20, 2025 · 1 comment
Assignees
Labels
ci\cd continuous delivery, continuous integration enhancement new feature request, improvement, enhancement priority medium
Milestone

Comments

@dnlstpnv
Copy link

I propose adding the ability to pass parameters from the test run to CI using a multi-select. In CI, they are received as a string parameter in the format: "suite1, suite2, suite3".

Additional context
Image

@dnlstpnv dnlstpnv added the enhancement new feature request, improvement, enhancement label Feb 20, 2025
@TetianaKhomenko
Copy link

I have 30+ suites, and the set of these suites can be arbitrary. Grep does not solve my problem because I would have to add logic to parse suites by IDs, which is not convenient.

In CI, I start a container with an emulator/simulator for each suite. So, when I receive params.suites: s1, s2, s3 from Testomat, I launch jobs for them in parallel.

@TetianaKhomenko TetianaKhomenko added ci\cd continuous delivery, continuous integration priority medium labels Feb 20, 2025
@TetianaKhomenko TetianaKhomenko added this to the 0.5.40 milestone Feb 20, 2025
@poliarush poliarush assigned trumenov and unassigned DavertMik Feb 20, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
ci\cd continuous delivery, continuous integration enhancement new feature request, improvement, enhancement priority medium
Projects
None yet
Development

No branches or pull requests

4 participants