Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Prevent race condition between concurrent jobs #15

@gavv

Description

@gavv

Consider the following situation:

  • commit A is pushed
  • job A is started
  • commit B is pushed
  • job B is started
  • job B finishes, uploads artifact and updated comment
  • job A finishes, uploads artifact and updated comment

In result, we have outdated artifact and comment. Mixed combination are also possible, when only artifact or only comment is outdated.

We should somehow detect and prevent this situation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedContributions are welcome

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions