Skip to content

Remove FF `ci_support_reset_skipped_jobs_for_multiple_jobs`

Leaminn Ma requested to merge remove-ff-reset-skipped-multiple-jobs into master

What does this MR do and why?

This MR removes the feature flag ci_support_reset_skipped_jobs_for_multiple_jobs which was successfully globally rolled out in #410415 (closed).

This feature updates ResetSkippedJobsService so that it can support multiple jobs as input.

How to set up and validate locally

All processes that call ResetSkippedJobsService should behave as expected. There should be no visible change in pipeline processing.

We can test with a simple pipeline example to ensure it works:

  1. Update your .gitlab-ci.yml file with the following contents: test.yml
  2. Run the pipeline and notice the skipped jobs.

Screenshot_2023-05-09_at_3.23.39_PM

  1. Play the manual job and observe that all the skipped jobs transition to "created" status.

Screenshot_2023-05-09_at_3.23.45_PM

MR acceptance checklist

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

Related to #410415 (closed)

Edited by Leaminn Ma

Merge request reports

Loading