Skip to content
  • Emil Velikov's avatar
    ci: bump GIT_DATE to 15 months · 095686af
    Emil Velikov authored and Gert Wollny's avatar Gert Wollny committed
    
    
    Currently we're using git clone --since=$GIT_DATE + git checkout $SHA
    This causes problems when the $SHA is outside the time period.
    
    Technically one can do git fetch origin $SHA, yet it requires a toggle
    in git server-side. There is no obvious way to enable that in gitlab.
    
    Alternatively we can (and should) update piglit and deqp on somewhat
    regular intervals - just like we do for Mesa.
    
    Signed-off-by: default avatarEmil Velikov <emil.velikov@collabora.com>
    095686af