Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow sharding for Dagger compiler tests.
Recently, some of our tests have started timing out on GitHub Actions (https://github.com/google/dagger/actions/runs/6355090490/job/17262572158?pr=4082): ``` //javatests/dagger/internal/codegen:ComponentProcessorTest TIMEOUT in 315.2s ``` This CL adds the ability to shard some of our large and medium sized tests. RELNOTES=N/A PiperOrigin-RevId: 569583640
- Loading branch information