| Index: scripts/slave/recipes/bisect.expected/basic_return_code_test.json
|
| diff --git a/scripts/slave/recipes/bisect.expected/basic_return_code_test.json b/scripts/slave/recipes/bisect.expected/basic_return_code_test.json
|
| index 6fa34f660213b0199abc686fb36b299087b0d063..184c5f24adc50f1f1845a3f195b18e2faeabe377 100644
|
| --- a/scripts/slave/recipes/bisect.expected/basic_return_code_test.json
|
| +++ b/scripts/slave/recipes/bisect.expected/basic_return_code_test.json
|
| @@ -181,6 +181,42 @@
|
| },
|
| {
|
| "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
|
| + "--output",
|
| + "/path/to/tmp/json",
|
| + "--",
|
| + "--build-config-fs",
|
| + "Release",
|
| + "--paths",
|
| + "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
|
| + "--properties",
|
| + "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
|
| + ],
|
| + "name": "get compile targets for scripts",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@json.output@{}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json",
|
| + "/path/to/tmp/json"
|
| + ],
|
| + "name": "read test spec (tryserver.chromium.perf.json)",
|
| + "~followup_annotations": [
|
| + "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json@@@",
|
| + "@@@STEP_LOG_LINE@json.output@{}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| "git",
|
| "update-ref",
|
| "refs/heads/master",
|
|
|