Commit 55d46fe
authored
Fix build breakage caused by google#14140. (google#14155)
The return type of `build_lib.run_build` was changed, without changing
all the callers. In particular, `build_project.run_build` was expected
to still return an ID.
```
> git grep build_project.run_build
infra/build/functions/project_experiment.py: return build_project.run_build(project_name,
infra/build/functions/request_build.py: build_id = build_project.run_build(oss_fuzz_project, build_steps, credentials,
infra/build/functions/target_experiment.py: build_id = build_project.run_build(
infra/build/functions/trial_build.py: build_ids[project_name] = (build_project.run_build(
infra/build/functions/trial_build_test.py: @mock.patch('build_project.run_build')
```
Fixes google#141531 parent 3b047a7 commit 55d46fe
1 file changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
786 | 787 | | |
787 | 788 | | |
788 | 789 | | |
| |||
0 commit comments