• Dylan Griffith's avatar
    Add inverse_of: :pipeline for pipeline.builds (#37987) · e3507c92
    Dylan Griffith authored
    This appears to reduce the number of queries in pipeline creation of
    gitlab-ce's .gitlab-ci.yml by 92
    
    This also means we now need to mock this ci yaml file properly in the
    test because otherwise the yaml_errors stay on the object and make all
    the pipelines failed.
    e3507c92
pipeline.rb 14.8 KB