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.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 "-u", | 127 "-u", |
128 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 128 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
129 "--output", | 129 "--output", |
130 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
131 "--", | 131 "--", |
132 "--build-config-fs", | 132 "--build-config-fs", |
133 "Release", | 133 "Release", |
134 "--paths", | 134 "--paths", |
135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
136 "--properties", | 136 "--properties", |
137 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"slav
ename\": \"TestSlavename\"}" | 137 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" |
138 ], | 138 ], |
139 "name": "get compile targets for scripts", | 139 "name": "get compile targets for scripts", |
140 "~followup_annotations": [ | 140 "~followup_annotations": [ |
141 "@@@STEP_LOG_LINE@json.output@{}@@@", | 141 "@@@STEP_LOG_LINE@json.output@{}@@@", |
142 "@@@STEP_LOG_END@json.output@@@" | 142 "@@@STEP_LOG_END@json.output@@@" |
143 ] | 143 ] |
144 }, | 144 }, |
145 { | 145 { |
146 "cmd": [ | 146 "cmd": [ |
147 "killall", | 147 "killall", |
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1850 "https://chromium-swarm.appspot.com", | 1850 "https://chromium-swarm.appspot.com", |
1851 "--decorate", | 1851 "--decorate", |
1852 "--print-status-updates", | 1852 "--print-status-updates", |
1853 "--shards", | 1853 "--shards", |
1854 "1", | 1854 "1", |
1855 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm
y has/linux_chromium_rel_ng/571" | 1855 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm
y has/linux_chromium_rel_ng/571" |
1856 ], | 1856 ], |
1857 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li
nux" | 1857 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li
nux" |
1858 } | 1858 } |
1859 ] | 1859 ] |
OLD | NEW |