chore: migrate gsutil usage to gcloud storage#15845
Conversation
|
/gcbrun trial_build.py htslib json-c javacpp jansson janet --fuzzing-engines libfuzzer --sanitizers address |
|
|
This is likely affecting OSS-Fuzz-Gen. However, that project is stale for now so I don't think we should be concerned about that. |
| }, | ||
| { | ||
| 'name': 'gcr.io/cloud-builders/gsutil', | ||
| 'name': 'gcr.io/cloud-builders/gcloud', |
There was a problem hiding this comment.
Aren't you missing the "storage" for gcloud storage cp in the args list?
|
The only usage of I don't think this is really used to be honest |
| ################################################################################ | ||
|
|
||
| gsutil -h "Cache-Control:no-cache,max-age=0" -m cp -r bower_components index.html src manifest.json gs://oss-fuzz-build-logs | ||
| gcloud storage cp --recursive bower_components index.html src manifest.json gs://oss-fuzz-build-logs --cache-control="no-cache,max-age=0"-build-logs |
There was a problem hiding this comment.
I think this is not correct due to that last -build-logs in
gcloud storage cp --recursive bower_components index.html src manifest.json gs://oss-fuzz-build-logs --cache-control="no-cache,max-age=0"-build-logs. Can you double-check?
No description provided.