Lines Matching full:latest
43 """Downloads the latest build from ClusterFuzz.
87 COVERAGE_NAME = 'latest'
110 # Builds are stored by commit, so try the latest |LATEST_BUILD_WINDOW|
167 """Upload the build produced by CIFuzz as the latest build."""
168 logging.info('Uploading latest build in %s.', self.workspace.out)
172 logging.info('Done uploading latest build.')
175 logging.error('Failed to upload latest build: %s. Error: %s',
223 """Gets the name of the latest OSS-Fuzz build of a project.
226 A string with the latest build version or None.
230 '-latest.version')
237 logging.error('Error getting latest build version for %s from: %s.',
243 """Downloads the latest OSS-Fuzz build from GCS.
259 logging.info('Downloading latest build.')
266 logging.info('Done downloading latest build.')
273 logging.info('Not uploading latest build because on OSS-Fuzz.')
284 """Downloads the latest OSS-Fuzz corpus for the target.
323 logging.info('Not uploading latest build because no ClusterFuzz '
342 'Not downloading latest build because no ClusterFuzz deployment.')