1. 23 Dec, 2019 1 commit
    • Stan Hu's avatar
      Adjust cache-repo CI stage run conditions · c0bde996
      Stan Hu authored
      The cache-repo CI stage was failing on gitlab-org/gitlab-foss because
      the CI_REPO_CACHE_CREDENTIALS wasn't defined.
      
      We now loosen the restriction of this CI stage to run under two
      conditions:
      
      1. On a schedule
      2. When CI_REPO_CACHE_CREDENTIALS is defined.
      
      That way, dev.gitlab.org and other instances can produce their own
      caches if necessary.
      
      Also this changes the GIT_STRATEGY to none to reduce the overall size of
      the pack files and avoid the pre-clone step. The current cache crept up
      to close to a 1 GB as a result of an incremental update.
      c0bde996
  2. 22 Dec, 2019 5 commits
  3. 21 Dec, 2019 6 commits
  4. 20 Dec, 2019 28 commits