Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix service account for chronos build. #12551

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion infra/experimental/chronos/build_on_cloudbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ gcloud builds submit "https://github.com/google/oss-fuzz" \
--git-source-revision=master \
--config=cloudbuild.yaml \
--substitutions=_PROJECT=$PROJECT,_FUZZ_TARGET=$FUZZ_TARGET,_FUZZING_LANGUAGE=$FUZZING_LANGUAGE \
--project=oss-fuzz
--project=oss-fuzz \
--region=us-central1
8 changes: 4 additions & 4 deletions infra/experimental/chronos/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ images:
- us-central1-docker.pkg.dev/oss-fuzz/oss-fuzz-gen/${_PROJECT}-ofg-cached-asan
- us-central1-docker.pkg.dev/oss-fuzz/oss-fuzz-gen/${_PROJECT}-ofg-cached-cov
timeout: 1800s
serviceAccount: 'projects/oss-fuzz/serviceAccounts/[email protected]'
logsBucket: oss-fuzz-gcb-logs
options:
logging: GCS_ONLY
tags:
- ${_PROJECT}
- chronos
- chronos
options:
pool:
name: projects/oss-fuzz/locations/us-central1/workerPools/buildpool
Loading