Home
last modified time | relevance | path

Searched defs:GCSClient (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/infra/bots/task_drivers/g3_canary/
H A Dg3_canary.go138 …xt.Context, issue, patchset, taskFileName, taskStoragePath string, gcsClient gcs.GCSClient) error {
165 …xt, taskFileName, taskStoragePath string, httpClient *http.Client, gcsClient gcs.GCSClient) error {
/aosp_15_r20/external/skia/infra/bots/task_drivers/codesize/
H A Dcodesize.go517 func uploadPerfData(ctx context.Context, perfGCS gcs.GCSClient, gcsPathPrefix, binaryName, taskID s…
555 func uploadFileToGCS(ctx context.Context, gcsClient gcs.GCSClient, path string, contents []byte) er…
H A Dcodesize_test.go408 func expectUpload(t *testing.T, client *mocks.GCSClient, path, contents string) {
/aosp_15_r20/external/skia/infra/bots/task_drivers/common/
H A Dperf_steps.go63 func UploadToPerf(ctx context.Context, gcsClient gcs.GCSClient, benchmarkInfo BenchmarkInfo, output…
/aosp_15_r20/external/skia/infra/bots/task_drivers/bazel_test_benchmark/
H A Dbazel_test_benchmark.go119 func run(ctx context.Context, bazelCacheDir string, tdArgs taskDriverArgs, gcsClient gcs.GCSClient)…