Skip to content

Handle 422 on artifact upload

What does this MR do?

Handles 422 HTTP response code when uploading an artifact in order to prevent retries.

Why was this MR needed?

Runner was retrying artifact upload on database error.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #6406 (closed)

Merge request reports