Home
last modified time | relevance | path

Searched refs:WithEnoughSpaceOnBazelCachePartitionTestOnlyContext (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/infra/bots/task_drivers/bazel_test_gm/
H A Dbazel_test_gm_test.go63 ctx, bazelCacheDirPath = common.WithEnoughSpaceOnBazelCachePartitionTestOnlyContext(ctx)
/aosp_15_r20/external/skia/infra/bots/task_drivers/bazel_test_benchmark/
H A Dbazel_test_benchmark_test.go69 ctx, bazelCacheDirPath = common.WithEnoughSpaceOnBazelCachePartitionTestOnlyContext(ctx)
/aosp_15_r20/external/skia/infra/bots/task_drivers/common/
H A Dbazel_clean_step.go46 func WithEnoughSpaceOnBazelCachePartitionTestOnlyContext(ctx context.Context) (context.Context, str… func