| 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.memory.fyi", | 8 "chromium.memory.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux TSan Tests", | 10 "Linux TSan Tests", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "-u", | 115 "-u", |
| 116 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 116 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 117 "--output", | 117 "--output", |
| 118 "/path/to/tmp/json", | 118 "/path/to/tmp/json", |
| 119 "--", | 119 "--", |
| 120 "--build-config-fs", | 120 "--build-config-fs", |
| 121 "Release", | 121 "Release", |
| 122 "--paths", | 122 "--paths", |
| 123 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 123 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 124 "--properties", | 124 "--properties", |
| 125 "{\"buildername\": \"Linux TSan Tests\", \"buildnumber\": 571, \"slavename
\": \"TestSlavename\"}" | 125 "{\"buildername\": \"Linux TSan Tests\", \"buildnumber\": 571, \"masternam
e\": \"chromium.memory.fyi\", \"slavename\": \"TestSlavename\", \"target_platfor
m\": \"linux\"}" |
| 126 ], | 126 ], |
| 127 "name": "get compile targets for scripts", | 127 "name": "get compile targets for scripts", |
| 128 "~followup_annotations": [ | 128 "~followup_annotations": [ |
| 129 "@@@STEP_LOG_LINE@json.output@{}@@@", | 129 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 130 "@@@STEP_LOG_END@json.output@@@" | 130 "@@@STEP_LOG_END@json.output@@@" |
| 131 ] | 131 ] |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 "cmd": [ | 134 "cmd": [ |
| 135 "python", | 135 "python", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 "--builder-name=Linux TSan Tests", | 197 "--builder-name=Linux TSan Tests", |
| 198 "--slave-name=TestSlavename", | 198 "--slave-name=TestSlavename", |
| 199 "--build-number=571", | 199 "--build-number=571", |
| 200 "--enable-tsan", | 200 "--enable-tsan", |
| 201 "base_unittests", | 201 "base_unittests", |
| 202 "--test-launcher-print-test-stdio=always" | 202 "--test-launcher-print-test-stdio=always" |
| 203 ], | 203 ], |
| 204 "name": "base_unittests" | 204 "name": "base_unittests" |
| 205 } | 205 } |
| 206 ] | 206 ] |
| OLD | NEW |