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 "ClangToTAndroidASan", | 10 "ClangToTAndroidASan", |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "-u", | 96 "-u", |
97 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 97 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
98 "--output", | 98 "--output", |
99 "/path/to/tmp/json", | 99 "/path/to/tmp/json", |
100 "--", | 100 "--", |
101 "--build-config-fs", | 101 "--build-config-fs", |
102 "Debug", | 102 "Debug", |
103 "--paths", | 103 "--paths", |
104 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 104 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
105 "--properties", | 105 "--properties", |
106 "{\"buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"slaven
ame\": \"TestSlavename\"}" | 106 "{\"buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" |
107 ], | 107 ], |
108 "name": "get compile targets for scripts", | 108 "name": "get compile targets for scripts", |
109 "~followup_annotations": [ | 109 "~followup_annotations": [ |
110 "@@@STEP_LOG_LINE@json.output@{}@@@", | 110 "@@@STEP_LOG_LINE@json.output@{}@@@", |
111 "@@@STEP_LOG_END@json.output@@@" | 111 "@@@STEP_LOG_END@json.output@@@" |
112 ] | 112 ] |
113 }, | 113 }, |
114 { | 114 { |
115 "cmd": [ | 115 "cmd": [ |
116 "python", | 116 "python", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 "--build_revision", | 153 "--build_revision", |
154 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 154 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
155 "--factory-properties", | 155 "--factory-properties", |
156 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 156 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
157 "--build-properties", | 157 "--build-properties", |
158 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 158 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
159 ], | 159 ], |
160 "name": "package build" | 160 "name": "package build" |
161 } | 161 } |
162 ] | 162 ] |
OLD | NEW |