| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ChromiumPractice", | 10 "ChromiumPractice", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "-u", | 93 "-u", |
| 94 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 94 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 95 "--output", | 95 "--output", |
| 96 "/path/to/tmp/json", | 96 "/path/to/tmp/json", |
| 97 "--", | 97 "--", |
| 98 "--build-config-fs", | 98 "--build-config-fs", |
| 99 "Release", | 99 "Release", |
| 100 "--paths", | 100 "--paths", |
| 101 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 101 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 102 "--properties", | 102 "--properties", |
| 103 "{\"buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"slavename
\": \"TestSlavename\"}" | 103 "{\"buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"masternam
e\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
linux\"}" |
| 104 ], | 104 ], |
| 105 "name": "get compile targets for scripts", | 105 "name": "get compile targets for scripts", |
| 106 "~followup_annotations": [ | 106 "~followup_annotations": [ |
| 107 "@@@STEP_LOG_LINE@json.output@{}@@@", | 107 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 108 "@@@STEP_LOG_END@json.output@@@" | 108 "@@@STEP_LOG_END@json.output@@@" |
| 109 ] | 109 ] |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "--build_revision", | 149 "--build_revision", |
| 150 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 150 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 151 "--factory-properties", | 151 "--factory-properties", |
| 152 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 152 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 153 "--build-properties", | 153 "--build-properties", |
| 154 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 154 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ChromiumPractice\", \"buildnumber\": 571, \"mastername\": \"chr
omium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 155 ], | 155 ], |
| 156 "name": "package build" | 156 "name": "package build" |
| 157 } | 157 } |
| 158 ] | 158 ] |
| OLD | NEW |