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 "Chromium ASAN - debug", | 10 "Chromium ASAN - debug", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 { | 113 { |
114 "cmd": [ | 114 "cmd": [ |
115 "python", | 115 "python", |
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 "name": "$final_result", | 123 "allow_subannotations": true, |
124 "reason": "Misconfigured bot: no compile targets", | 124 "cmd": [ |
125 "status_code": 1 | 125 "python", |
| 126 "-u", |
| 127 "[BUILD]/scripts/slave/clang_revision.py", |
| 128 "--src-dir", |
| 129 "[SLAVE_BUILD]/src", |
| 130 "--output-json", |
| 131 "/path/to/tmp/json" |
| 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", |
| 134 "name": "clang_revision", |
| 135 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 139 "@@@STEP_LOG_END@json.output@@@" |
| 140 ] |
| 141 }, |
| 142 { |
| 143 "cmd": [ |
| 144 "python", |
| 145 "-u", |
| 146 "[BUILD]/scripts/slave/compile.py", |
| 147 "--target", |
| 148 "Debug", |
| 149 "--src-dir", |
| 150 "[SLAVE_BUILD]/src", |
| 151 "--build-tool", |
| 152 "ninja", |
| 153 "--compiler", |
| 154 "goma-clang", |
| 155 "--goma-dir", |
| 156 "[BUILD]/goma", |
| 157 "--clobber", |
| 158 "--", |
| 159 "chromium_builder_asan" |
| 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
| 162 "name": "compile" |
| 163 }, |
| 164 { |
| 165 "cmd": [ |
| 166 "python", |
| 167 "-u", |
| 168 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| 169 "[SLAVE_BUILD]/src/out/Debug", |
| 170 "/path/to/tmp/json" |
| 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", |
| 173 "name": "listdir build_dir", |
| 174 "~followup_annotations": [ |
| 175 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 179 "@@@STEP_LOG_END@json.output@@@", |
| 180 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 181 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
| 182 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
| 183 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
| 184 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
| 185 "@@@STEP_LOG_END@python.inline@@@" |
| 186 ] |
| 187 }, |
| 188 { |
| 189 "cmd": [ |
| 190 "python", |
| 191 "-u", |
| 192 "RECIPE_MODULE[archive]/resources/zip_archive.py", |
| 193 "[TMP_BASE]/chrome_staging_tmp_1", |
| 194 "asan-linux-debug-v8-component-43426", |
| 195 "[\"file 1\", \"file 2\"]", |
| 196 "[SLAVE_BUILD]/src/out/Debug" |
| 197 ], |
| 198 "cwd": "[SLAVE_BUILD]", |
| 199 "name": "zipping" |
| 200 }, |
| 201 { |
| 202 "cmd": [ |
| 203 "python", |
| 204 "-u", |
| 205 "[DEPOT_TOOLS]/gsutil.py", |
| 206 "--force-version", |
| 207 "3.25", |
| 208 "--", |
| 209 "-h", |
| 210 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#43426}", |
| 211 "-h", |
| 212 "x-goog-meta-Cr-Commit-Position-Number:43426", |
| 213 "-h", |
| 214 "x-goog-meta-Cr-Git-Commit:801ada225ddc271c132c3a35f03975671d43e399", |
| 215 "cp", |
| 216 "-a", |
| 217 "public-read", |
| 218 "[TMP_BASE]/chrome_staging_tmp_1/asan-linux-debug-v8-component-43426.zip", |
| 219 "gs://v8-asan/linux-debug/asan-linux-debug-v8-component-43426.zip" |
| 220 ], |
| 221 "cwd": "[SLAVE_BUILD]", |
| 222 "name": "gsutil upload", |
| 223 "~followup_annotations": [ |
| 224 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-asan/linux
-debug/asan-linux-debug-v8-component-43426.zip@@@" |
| 225 ] |
| 226 }, |
| 227 { |
| 228 "cmd": [ |
| 229 "python", |
| 230 "-u", |
| 231 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", |
| 232 "[TMP_BASE]/chrome_staging_tmp_1/asan-linux-debug-v8-component-43426.zip" |
| 233 ], |
| 234 "cwd": "[SLAVE_BUILD]", |
| 235 "name": "asan-linux-debug-v8-component-43426.zip", |
| 236 "~followup_annotations": [ |
| 237 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 238 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 239 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 240 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 241 "@@@STEP_LOG_END@python.inline@@@" |
| 242 ] |
126 } | 243 } |
127 ] | 244 ] |
OLD | NEW |