Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
136338: build/roachtest: upload stats after upload binaries r=nameisbhaskar a=sambhav-jain-16 When openmetrics are enabled in roachtest, we use a different service account in `upload_stats` to upload to a bucket in `cockroach-testeng-infra` rather than `cockroach-ephemeral`. ``` + gsutil cp bin/roachprod gs://cockroach-nightly/binaries/master/linux/amd64/roachprod.b6bfe7ba6e74af63bbb7a774fe6e3f96a13eca80 04:22:20 AccessDeniedException: 403 [email protected] does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist). ``` Currently since `upload_binaries` run afterwards, it fails since the nightly bucket in present in `cockroach-ephemeral`. One simple solution is to swap the order of execution so that the binaries are uploaded before stats since the order doesn't really matter. Epic: none Release note: None Co-authored-by: Sambhav Jain <[email protected]>
- Loading branch information