Skip to content

Remove all spec filtering arguments for retry run

Andrejs Cunskis requested to merge andrey-remove-tags-on-retry into master

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andrejs Cunskis

Merge request reports