ci taking too long #3

Open
opened 2022-05-21 14:59:05 +02:00 by wanderer · 0 comments
Owner

faster ci runs would be appreciated.

possible solutions

  • host vol. - share nix store between containers
  • merge steps: run go vet and go test in a single step
  • optimise pipelines for just the right amount of parallelism
  • faster runners
  • autoscaling runners

attempted solutions

  • merge steps: run go vet and go test in a single step
  • autoscaling runners
faster ci runs would be appreciated. #### possible solutions * host vol. - share nix store between containers * merge steps: run `go vet` and `go test` in a single step * optimise pipelines for just the right amount of parallelism * faster runners * autoscaling runners #### attempted solutions - [x] merge steps: run `go vet` and `go test` in a single step - [x] autoscaling runners
wanderer added the
pertains/ci
label 2022-05-25 20:03:40 +02:00
Sign in to join this conversation.
No description provided.