Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 704397752
  • Loading branch information
bcorso authored and Dagger Team committed Dec 9, 2024
1 parent dde28e5 commit fcb0545
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ load(
"kt_jvm_test",
)

# Defines a set of build variants and the list of extra javacopts to build with.
# The key will be appended to the generated test names to ensure uniqueness.
_NON_FUNCTIONAL_BUILD_VARIANTS = {None: []}
_FUNCTIONAL_BUILD_VARIANTS = {
None: [], # The default build variant (no javacopts).
"Shards": ["-Adagger.keysPerComponentShard=2"],
"FastInit": ["-Adagger.fastInit=enabled"],
"FastInit_Shards": ["-Adagger.fastInit=enabled", "-Adagger.keysPerComponentShard=2"],
Expand Down

0 comments on commit fcb0545

Please sign in to comment.