| Index: scripts/slave/recipe_modules/v8/example.expected/forced_build.json
|
| diff --git a/scripts/slave/recipe_modules/v8/example.expected/forced_build.json b/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
|
| index 51b708e792ed94419cae718db83df7d43d41cada..8083a3f9a4e4580cfce6c67ff94c8d529f378a7a 100644
|
| --- a/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
|
| +++ b/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
|
| @@ -108,7 +108,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
|
| + "RECIPE_MODULE[build.perf_dashboard]/resources/post_json.py"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "perf dashboard post",
|
| @@ -118,7 +118,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[v8]/resources/merge_perf_results.py",
|
| + "RECIPE_MODULE[build.v8]/resources/merge_perf_results.py",
|
| "[SLAVE_BUILD]/test_output1.json",
|
| "[SLAVE_BUILD]/test_output2.json"
|
| ],
|
| @@ -144,7 +144,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[v8]/resources/merge_perf_result_maps.py",
|
| + "RECIPE_MODULE[build.v8]/resources/merge_perf_result_maps.py",
|
| "{\"example1\": \"[SLAVE_BUILD]/test_output1.json\", \"example2\": \"[SLAVE_BUILD]/test_output2.json\"}"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
|
|