From 924a4fd1cb7a5ad3b5720380eb6fc742ea7602d2 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 15 Jul 2022 09:35:48 +0000 Subject: syz-ci: upload build assets This commit introduces the syz-ci side of the asset storage functionality. * Intercept assets at various stages of syz-ci operation. * Compress and upload assets to GCS. * Report assets to the dashboard. * Remove no longer needed assets. --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index bec19e68c..9e9dd1ed0 100644 --- a/go.mod +++ b/go.mod @@ -31,6 +31,7 @@ require ( golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c golang.org/x/perf v0.0.0-20211012211434-03971e389cd3 + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect golang.org/x/sys v0.0.0-20210503080704-8803ae5d1324 golang.org/x/tools v0.1.0 google.golang.org/api v0.46.0 -- cgit mrf-deployment