Searched defs:GCSClient (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/infra/bots/task_drivers/g3_canary/ |
H A D | g3_canary.go | 138 …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 D | codesize.go | 517 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 D | codesize_test.go | 408 func expectUpload(t *testing.T, client *mocks.GCSClient, path, contents string) {
|
/aosp_15_r20/external/skia/infra/bots/task_drivers/common/ |
H A D | perf_steps.go | 63 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 D | bazel_test_benchmark.go | 119 func run(ctx context.Context, bazelCacheDir string, tdArgs taskDriverArgs, gcsClient gcs.GCSClient)…
|