Skip to content
  • James Liu's avatar
    ci: Allow nightly jobs to fail · 6d04f517
    James Liu authored
    Nightly jobs test Gitaly against the `master` and `next` branches in
    Git. These aren't used in production, so failures shouldn't block Gitlay
    deployments.
    
    Promote `allow_failure: true` to the root of the job definition.
    Explicitly set `allow_failure: false` when the job is run as part of a
    scheduled pipeline.
    6d04f517
Validating GitLab CI configuration… Learn more