Skip to content
  • Georges Racinet's avatar
    Heptapod CI: avoid some concurrency problems · d4983b683fe9
    Georges Racinet authored
    In the case where several jobs happen to run on the
    same Docker host, it's important to avoid that they
    use the same services. Otherwise, the first completion
    breaks the ones still running, because it shuts down the
    services they rely on.
    
    Of course, it's better not to have such voracious jobs in
    parallel, but that's a different issue.
    d4983b683fe9
Validating GitLab CI configuration… Learn more