Page MenuHomePhabricator

Investigate how we can speed up the gated extensions job for core
Closed, ResolvedPublicSpike

Description

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

Event Timeline

Restricted Application changed the subtype of this task from "Task" to "Spike". · View Herald TranscriptJan 19 2026, 4:23 PM
Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Peter claimed this task.

We did two things:

  • We moved out GrowthExperiments and Wikibase to two separate jobs
  • We made wdio tests run as fast as possible (running in parallel, no video by default, making tests smarter)