The gated extensions job for core is the test that takes longest time to run. We have tasks for making the framework run faster and should also look into if there's a way to make the gated jobs faster. It could for example be:
- Skip running the gated extensions job on changes marked as WIP
- Run the gated extension job after
- Decrease number of extension/dependencies that runs in the gated extension job
- Anything else we can do to speed up the job?
Acceptance criteria:
- TODO