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 "client.v8.fyi", | 8 "client.v8.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux Debug Builder", | 10 "Linux Debug Builder", |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "-u", | 116 "-u", |
117 "[BUILD]/scripts/slave/cleanup_temp.py" | 117 "[BUILD]/scripts/slave/cleanup_temp.py" |
118 ], | 118 ], |
119 "cwd": "[SLAVE_BUILD]", | 119 "cwd": "[SLAVE_BUILD]", |
120 "name": "cleanup_temp" | 120 "name": "cleanup_temp" |
121 }, | 121 }, |
122 { | 122 { |
123 "cmd": [ | 123 "cmd": [ |
124 "python", | 124 "python", |
125 "-u", | 125 "-u", |
126 "import sys; sys.exit(1)" | 126 "[BUILD]/scripts/slave/compile.py", |
| 127 "--target", |
| 128 "Debug", |
| 129 "--src-dir", |
| 130 "[SLAVE_BUILD]/src", |
| 131 "--build-tool", |
| 132 "ninja", |
| 133 "--compiler", |
| 134 "goma", |
| 135 "--goma-dir", |
| 136 "[BUILD]/goma", |
| 137 "--", |
| 138 "All", |
| 139 "chromium_builder_tests" |
127 ], | 140 ], |
128 "cwd": "[SLAVE_BUILD]", | 141 "cwd": "[SLAVE_BUILD]", |
129 "name": "compile", | 142 "name": "compile" |
130 "~followup_annotations": [ | |
131 "step returned non-zero exit code: 1", | |
132 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", | |
133 "@@@STEP_FAILURE@@@" | |
134 ] | |
135 }, | 143 }, |
136 { | 144 { |
137 "name": "$final_result", | 145 "allow_subannotations": true, |
138 "reason": "Step('compile') failed with return_code 1", | 146 "cmd": [ |
139 "status_code": 1 | 147 "python", |
| 148 "-u", |
| 149 "[BUILD]/scripts/slave/zip_build.py", |
| 150 "--target", |
| 151 "Debug", |
| 152 "--build-url", |
| 153 "gs://chromium-v8/client.v8.fyi/Linux Debug Builder", |
| 154 "--build_revision", |
| 155 "801ada225ddc271c132c3a35f03975671d43e399", |
| 156 "--factory-properties", |
| 157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revis
ion\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", |
| 158 "--build-properties", |
| 159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revis
ion\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}" |
| 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
| 162 "name": "package build" |
| 163 }, |
| 164 { |
| 165 "cmd": [], |
| 166 "cwd": "[SLAVE_BUILD]", |
| 167 "name": "trigger", |
| 168 "trigger_specs": [ |
| 169 { |
| 170 "builder_name": "Linux Tests (dbg)(1)" |
| 171 } |
| 172 ], |
| 173 "~followup_annotations": [ |
| 174 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" |
| 175 ] |
140 } | 176 } |
141 ] | 177 ] |
OLD | NEW |