You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Add BigQuery JobUser role binding for querying operational metrics (#535)
This change reintroduces a BigQuery role binding that was removed in
#525. Now that our CronJob is also querying past data to determine the
number of unique LLVM contributors over time, we must grant the
associated service account `roles/bigquery.JobUser` so that the BigQuery
client can create query jobs.
This is the error without this binding:
```
google.api_core.exceptions.Forbidden: 403 POST: Access Denied: User does not have bigquery.jobs.create
permission in project llvm-premerge-checks.
```
0 commit comments