| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "runhooks" | 75 "runhooks" |
| 76 ], | 76 ], |
| 77 "cwd": "[SLAVE_BUILD]", | 77 "cwd": "[SLAVE_BUILD]", |
| 78 "env": { | 78 "env": { |
| 79 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" | 79 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 80 }, | 80 }, |
| 81 "name": "gclient runhooks (with patch)" | 81 "name": "gclient runhooks (with patch)" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "cmd": [ | 84 "cmd": [ |
| 85 "python", |
| 86 "-u", |
| 85 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 87 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
| 86 "-w", | 88 "-w", |
| 87 "[SLAVE_BUILD]" | 89 "[SLAVE_BUILD]" |
| 88 ], | 90 ], |
| 89 "cwd": "[SLAVE_BUILD]", | 91 "cwd": "[SLAVE_BUILD]", |
| 90 "name": "Preparing for Bisection" | 92 "name": "Preparing for Bisection" |
| 91 }, | 93 }, |
| 92 { | 94 { |
| 93 "allow_subannotations": true, | 95 "allow_subannotations": true, |
| 94 "cmd": [ | 96 "cmd": [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 112 "[SLAVE_BUILD]", | 114 "[SLAVE_BUILD]", |
| 113 "--path_to_goma", | 115 "--path_to_goma", |
| 114 "[BUILD]/goma", | 116 "[BUILD]/goma", |
| 115 "--build-properties", | 117 "--build-properties", |
| 116 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}" | 118 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}" |
| 117 ], | 119 ], |
| 118 "cwd": "[SLAVE_BUILD]", | 120 "cwd": "[SLAVE_BUILD]", |
| 119 "name": "Running Bisection" | 121 "name": "Running Bisection" |
| 120 } | 122 } |
| 121 ] | 123 ] |
| OLD | NEW |