Skip to content
  • Jordan Petridіs's avatar
    .gitlab-ci.yml: kill local jobs · e73ced36
    Jordan Petridіs authored and Jordan Petridіs's avatar Jordan Petridіs committed
    The idea behind local jobs was that you would have jobs that
    share the same setup as the citemplate ones but would always
    be pointing to your forked registry with your custom build of
    the image, since the citemplate hardcoded the image it was
    running against.
    
    With the changes introduced in the previous commit
    we now mirror the setup from freedesktop/ci-templates and the idea
    is that jobs always run from the registry in your fork. If the
    image sha/id matches the one from the upstream registry, its copied
    over else a new one is build, pushed and tested.
    
    Part-of: <!308>
    e73ced36
Validating GitLab CI configuration… Learn more