Skip to content

Commit

Permalink
Allow sharding for Dagger compiler tests.
Browse files Browse the repository at this point in the history
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
bcorso authored and Dagger Team committed Sep 29, 2023
1 parent 5cc209c commit 5863a5e
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 42 deletions.
143 changes: 101 additions & 42 deletions javatests/dagger/internal/codegen/BUILD
12 changes: 12 additions & 0 deletions test_defs.bzl

0 comments on commit 5863a5e

Please sign in to comment.