Skip to content

Fix scheduled review jobs

Rémy Coutable requested to merge fix-scheduled-review-jobs into master

What does this MR do?

  1. The scheduled review jobs weren't running because they were extending from both .only-review and .only-review-schedules but .only-review includes a except.refs: master which would prevent scheduled jobs from being created.
  2. This also fixes/simplifies the *-tests-metadata jobs.

Does this MR meet the acceptance criteria?

Conformity

Edited by Rémy Coutable

Merge request reports