Speed up drone check #1324

Merged
max.mehl merged 2 commits from drone-clone-speedup into master 2020-04-24 09:47:35 +00:00
Owner

Currently, a Drone check takes ~2:30-3:20, mostly because of the full clone of fsfe-website. Since the repo is 1.5GB heavy, this takes a while.

This PR

  • migrates to the new Drone syntax
  • sets depth=1 for git clone

This reduces the size to ~1GB in my local test, and seems to speed up the drone run by up to 50% (hard to measure because times vary)

Currently, a Drone check takes ~2:30-3:20, mostly because of the full clone of fsfe-website. Since the repo is 1.5GB heavy, this takes a while. This PR * migrates to the new Drone syntax * sets depth=1 for git clone This reduces the size to ~1GB in my local test, and seems to speed up the drone run by up to 50% (hard to measure because times vary)
max.mehl closed this pull request 2020-04-24 09:47:35 +00:00
max.mehl deleted branch drone-clone-speedup 2020-04-24 09:47:50 +00:00
Sign in to join this conversation.
No description provided.