Home
last modified time | relevance | path

Searched refs:INTERNAL_GENERIC_CI (Results 1 – 3 of 3) sorted by relevance

/external/oss-fuzz/infra/cifuzz/
Dconfig_utils.py90 INTERNAL_GENERIC_CI = 2 # OSS-Fuzz on any CI. variable in BaseConfig.Platform
118 return self.Platform.INTERNAL_GENERIC_CI
Dclusterfuzz_deployment.py213 if (config.platform == config.Platform.INTERNAL_GENERIC_CI or
Dcontinuous_integration.py77 if config.platform == config.Platform.INTERNAL_GENERIC_CI: