Skip to content

Smaller CI, phase 1

Philip Chimento requested to merge ptomato/gjs:smaller-ci-phase1 into master

GJS's CI is pretty resource intensive and tests a lot of things that are maybe past the point of diminishing returns. This merge request intends to make the CI smaller and remove jobs that aren't used much or don't add much value.

This is the first of three phases:

  1. Make the CI smaller while remaining compatible with the current Docker images
  2. Refactor the Docker images to be lighter
  3. Switch over to the new Docker images after they are built

Merge request reports