Home
last modified time | relevance | path

Searched refs:get_build_steps (Results 1 – 6 of 6) sorted by relevance

/external/oss-fuzz/infra/build/functions/
Drequest_coverage_build.py28 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)
Drequest_build_test.py31 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',
Drequest_build.py65 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)
Drequest_coverage_build_test.py30 from build_and_run_coverage import get_build_steps
79 build_steps = get_build_steps('test-project', project_yaml_contents,
Dbuild_and_run_coverage.py61 def get_build_steps(project_name, project_yaml_file, dockerfile_lines, function
268 steps = get_build_steps(project_name, project_yaml_file, dockerfile_lines,
Dbuild_project.py131 def get_build_steps(project_name, project_yaml_file, dockerfile_lines, function
442 steps = get_build_steps(project_name, project_yaml_file, dockerfile_lines,