Searched refs:get_build_steps (Results 1 – 6 of 6) sorted by relevance
/external/oss-fuzz/infra/build/functions/ |
D | request_coverage_build.py | 28 def get_build_steps(project_name, image_project, base_images_project): function 32 return build_and_run_coverage.get_build_steps(project_name, 48 build_steps = get_build_steps(project_name, image_project, BASE_PROJECT)
|
D | request_build_test.py | 31 from request_build import get_build_steps 74 build_steps = get_build_steps('test-project', image_project, 81 self.assertRaises(RuntimeError, get_build_steps, 'test-project',
|
D | request_build.py | 65 def get_build_steps(project_name, image_project, base_images_project): function 68 return build_project.get_build_steps(project_name, project_yaml_contents, 111 build_steps = get_build_steps(project_name, image_project, BASE_PROJECT)
|
D | request_coverage_build_test.py | 30 from build_and_run_coverage import get_build_steps 79 build_steps = get_build_steps('test-project', project_yaml_contents,
|
D | build_and_run_coverage.py | 61 def get_build_steps(project_name, project_yaml_file, dockerfile_lines, function 268 steps = get_build_steps(project_name, project_yaml_file, dockerfile_lines,
|
D | build_project.py | 131 def get_build_steps(project_name, project_yaml_file, dockerfile_lines, function 442 steps = get_build_steps(project_name, project_yaml_file, dockerfile_lines,
|