Remove all spec filtering arguments for retry run
What does this MR do and why?
Make sure retry command removes all spec related arguments for retry to not rerun specs that already passed.
Otherwise retry run filter might look something like this which leads to retrying additional specs in the file that might have not failed:
Run options:
include {:smoke=>true, :last_run_status=>"failed"}
exclude {:orchestrated=>true}
Related to: gitlab-org/quality/quality-engineering/team-tasks#2268 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
Commits include Changelog:
trailer -
I have evaluated the MR acceptance checklist for this MR.
Edited by Andrejs Cunskis