Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski committed Nov 5, 2024
1 parent bd06fd0 commit d03977e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions infra/experimental/chronos/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
#
################################################################################
# CloudBuild for generating Chronos-cached images.
# Supports building by way of ccache now.
# High-level steps:
# 1) Build image for project
# 2) Run an ASAN build and store ccache
# 3) Copy ccache cache to host and copy into project's OSS-Fuzz folder
# 4) Build image for project and copy ccache in, storing image as *-ofg-cache-address
# 5) Run an coverage build and store ccache
# 6) Copy ccache cache to host and copy into project's OSS-Fuzz folder
# 7) Build image for project and copy ccache in, storing image as *-ofg-cache-coverage
# TODO (David): add support for use of dedicated replay_build.sh
steps:
- name: 'gcr.io/cloud-builders/docker'
args:
Expand Down

0 comments on commit d03977e

Please sign in to comment.